-
Validate/transform values and set defaults of opts and args when usin…
arikon committedNov 11, 2011 …g `Cmd.invoke()`
-
Suppress 'unknown argument' error for flag options with values
arikon committedNov 11, 2011
-
Add `Cmd.api` property with generated API
arikon committedNov 10, 2011 -
arikon committed
Nov 10, 2011
-
Add maintainers and contributors to `package.json`
arikon committedNov 9, 2011 -
Merge branch 'master' into call-api
arikon committedNov 9, 2011 -
Recompile with new coffee-script
arikon committedNov 9, 2011 -
Better compatibility with node 0.6.x; recompile with update coffee-sc…
arikon committedNov 9, 2011 …ript
-
Bump version for `node` engine dependency
arikon committedNov 9, 2011 -
Add `Cmd.invoke()` method as API to use from other programs
arikon committedNov 9, 2011
-
More 'promisy' API of `Cmd` class methods; fixed bug with silent exce…
arikon committedNov 8, 2011 …ptions
-
arikon committed
Nov 8, 2011
-
arikon committed
Oct 26, 2011
-
Fix completion escape/unescape, add vows tests for the 'shell' module…
arikon committedOct 23, 2011 …, 'completion' command now accepts 'raw' array-typed arg, more debug info on completion
-
Fix handling of command custom completion
arikon committedOct 23, 2011 -
Treat '--' as an arg value starting point; test rarg.js
arikon committedOct 23, 2011 -
arikon committed
Oct 23, 2011
-
Fixed handling of Opt and Arg default values
arikon committedOct 17, 2011
-
Merge branch 'refs/heads/master' into comp
arikon committedOct 10, 2011 -
Correct handling of promises returned from actions of only() options
arikon committedOct 10, 2011
-
Added doc string to Cmd.completable
arikon committedOct 9, 2011 -
Shell completion: completion of commands and options, custom completi…
arikon committedOct 9, 2011 …on API for commands and options values, promise based API
-
Cmd refractor: _parseArr split to _parseCmd and parseOptsAndArgs; req…
arikon committedOct 9, 2011 …uired opts and args check moved to action chain of Cmd
-
Cmd, opt and arg actions can return not only rejected promises now
arikon committedOct 9, 2011
-
Fixed multiline comment highlighting for IDEA (js files)
arikon committedOct 7, 2011
-
Fixed multiline comment highlighting for IDEA
arikon committedOct 4, 2011
-
veged committed
Sep 29, 2011 -
Merge pull request #10 from arikon/fixes
veged committedSep 29, 2011 Opt::val and Args::val callbacks can now validate option and arg values, Opt::input() and Arg::input() helper for file/stdin input option, code cleanup
-
Opt::input() and Arg::input() helper for file/stdin input option
arikon committedSep 29, 2011 -
Opt::val and Args::val callbacks can now validate option and arg valu…
arikon committedSep 29, 2011 …es. In case of inappropriate value use 'return this.reject(reason)'