But why another handler if you could put that in the CommandLineArguments? On Fri, Jun 29, 2012 at 9:06 AM, Camillo Bruni <[email protected]>wrote:
> On 2012-06-29, at 08:40, Guillermo Polito wrote: > > On Fri, Jun 29, 2012 at 8:40 AM, Guillermo Polito < > [email protected] > >> wrote: > > > >> What if the fileIn is just joined at the end of the argument list for > >> every handler? That way you will be able to do > >> > >> meant stdin :) > > > > > >> echo "-eval blabla" | Vm Image > >> > >> or > >> > >> echo blabla | Vm Image -eval > >> > >> ls | grep fuel | vm image > >> > > why not :) We can easily do that with another command-line class which > always > returns true for #isReponsible: but has a very low priority :) > > >
