cac

Simple yet powerful framework for building command-line apps.

MIT License

Stars
2.6K
Committers
29

Bot releases are hidden (Show)

cac - v6.3.7

Published by egoist almost 6 years ago

6.3.7 (2018-12-01)

Bug Fixes

  • allow to set program name (df9669d)
cac - v6.3.6

Published by egoist almost 6 years ago

6.3.6 (2018-11-30)

Bug Fixes

cac - v6.3.5

Published by egoist almost 6 years ago

6.3.5 (2018-11-30)

Bug Fixes

  • option with brackets should be set to string type (b1fbe18), closes #34
cac - v6.3.4

Published by egoist almost 6 years ago

6.3.4 (2018-11-28)

Bug Fixes

  • make it optional to run command's action (1ec6d5e)
cac - v6.3.3

Published by egoist almost 6 years ago

6.3.3 (2018-11-27)

Bug Fixes

  • emit command:* properly (3f79727)
cac - v6.3.2

Published by egoist almost 6 years ago

6.3.2 (2018-11-27)

Bug Fixes

  • make command description optional (c38e92c)
cac - v6.3.1

Published by egoist almost 6 years ago

6.3.1 (2018-11-27)

Bug Fixes

  • output corresponding help message for sub-commands (fadec68)
cac - v6.3.0

Published by egoist almost 6 years ago

6.3.0 (2018-11-27)

Features

  • bundle node_modules for smaller size (686ef98)
cac - v6.2.6

Published by egoist almost 6 years ago

6.2.6 (2018-11-26)

Bug Fixes

  • use global helpCallback (1d8a054)
cac - v6.2.5

Published by egoist almost 6 years ago

6.2.5 (2018-11-26)

Bug Fixes

  • handle dots in option validation (e362410)
cac - v6.2.4

Published by egoist almost 6 years ago

6.2.4 (2018-11-26)

Bug Fixes

  • merge dot-nested options (8ec05e9)
cac - v6.2.3

Published by egoist almost 6 years ago

6.2.3 (2018-11-26)

Bug Fixes

  • tweak validation for required option (dc3e2da)
cac - v6.2.2

Published by egoist almost 6 years ago

6.2.2 (2018-11-26)

Bug Fixes

  • use mri so that boolean option won't default to false (1b49d8d)
cac - v6.2.1

Published by egoist almost 6 years ago

6.2.1 (2018-11-26)

Bug Fixes

  • check required command options (93e2bae)
cac - v6.2.0

Published by egoist almost 6 years ago

6.2.0 (2018-11-26)

Bug Fixes

Features

  • add command config to ignore option default value (09bbb54)
cac - v6.1.3

Published by egoist almost 6 years ago

6.1.3 (2018-11-26)

Bug Fixes

cac - v6.1.2

Published by egoist almost 6 years ago

6.1.2 (2018-11-26)

Bug Fixes

  • remove the first arg for sub-command (99914b6)
cac - v6.1.1

Published by egoist almost 6 years ago

6.1.1 (2018-11-26)

Bug Fixes

  • unknown options should be checked against original cli options (b51adbe)
cac - v6.1.0

Published by egoist almost 6 years ago

6.1.0 (2018-11-26)

Features

  • allow cli.outputHelp to output help message for matched sub-command (4d15c3b)
  • allow to use custom flags to output version (e51fe6e)
cac - v6.0.2

Published by egoist almost 6 years ago

6.0.2 (2018-11-25)

Bug Fixes

  • don't prepend bin to command example (8c5ec9e)