Sean Eagan

Results 76 issues of Sean Eagan

Currently they are aligned within each group, but not between groups: ``` shell Description: Pull-in the latest versions of some or all of your dependencies Usage: den.bat pull [options] [...]...

Currently, it thinks you were trying to specify an extra positional argument: den.dart: error: Received 1 positional command-line arguments, but at most 0 allowed.

Support globbing even when the shell doesn't. Currently http://github.com/realbluesky/sounddart has to implement this itself. ``` dart @Command(plugins: [ const Glob() ]); foo(@Rest() files) ``` It would likely access the `CommandInvocation`...

ArgParser.parse throws on extra options, and unscripted throws on extra positional arguments. Add option(s) to ignore these cases. This could be done by filtering out the extra options before passing...

blocked-on-args

This is blocked on: http://dartbug.com/19334

blocked