core icon indicating copy to clipboard operation
core copied to clipboard

Command doesn't allow specification of an "end of flags" marker

Open hugoduncan opened this issue 10 years ago • 4 comments

Some programs take option like arguments (i.e. options starting with --) as data. In other option processing libraries, -- can be used to explicitly mark the end of options to be processed.

While we can workaround this by manually splitting the argument list before passing it to Command.run, it would be great to see support for this in Command.

hugoduncan avatar Sep 04 '13 10:09 hugoduncan