cac

Simple yet powerful framework for building command-line apps.

MIT License

Stars
2.6K
Committers
29

Bot releases are visible (Hide)

cac - v6.5.10

Published by egoist over 4 years ago

6.5.10 (2020-05-20)

Bug Fixes

  • types: export CAC in types (dcd8028), closes #80
cac - v6.5.9

Published by egoist over 4 years ago

6.5.9 (2020-05-14)

Bug Fixes

  • compatibility with deno 1.0, closes #75 (976c21f)
cac - v6.5.8

Published by egoist over 4 years ago

6.5.8 (2020-03-20)

Bug Fixes

cac - v6.5.7

Published by egoist over 4 years ago

6.5.7 (2020-03-06)

Bug Fixes

cac - v6.5.6

Published by egoist over 4 years ago

6.5.6 (2020-01-27)

Bug Fixes

  • stop running command with help or version (#64) (809db10)
cac - v6.5.5

Published by egoist almost 5 years ago

6.5.5 (2020-01-15)

Bug Fixes

  • always camelcase parsed options (e9ea9b7)
cac - v6.5.4

Published by egoist almost 5 years ago

6.5.4 (2020-01-13)

Bug Fixes

  • camelcase option name before setting default value (#62) (64e22f1)
cac - v6.5.3

Published by egoist about 5 years ago

6.5.3 (2019-09-10)

This release only affects Deno users.

Bug Fixes

  • Replace Deno.platform with Deno.build (#53) (1042c34)
cac - v6.5.2

Published by egoist over 5 years ago

6.5.2 (2019-06-05)

Bug Fixes

  • types: changed events module to named export. (#48) (dae55ce)
cac - v6.5.1

Published by egoist over 5 years ago

6.5.1 (2019-04-14)

Bug Fixes

cac - v6.5.0

Published by egoist over 5 years ago

6.5.0 (2019-04-14)

Features

cac - v6.4.3

Published by egoist over 5 years ago

6.4.3 (2019-04-09)

Bug Fixes

  • set this.matchedCommandName (31ff4b3)
cac - v6.4.2

Published by egoist over 5 years ago

6.4.2 (2019-01-26)

Bug Fixes

  • .* can be used multiple times (d03bb94)
cac - v6.4.1

Published by egoist over 5 years ago

6.4.1 (2019-01-26)

Bug Fixes

  • allow to use .* to denote dot-nested option (b97708d)
cac - v6.4.0

Published by egoist almost 6 years ago

6.4.0 (2019-01-10)

Features

cac - v6.3.12

Published by egoist almost 6 years ago

6.3.12 (2018-12-25)

Bug Fixes

  • check value of all options (113d78c)
cac - v6.3.11

Published by egoist almost 6 years ago

6.3.11 (2018-12-23)

Bug Fixes

  • allow negated option to be used with required string-type option (d8a5a7e)
cac - v6.3.10

Published by egoist almost 6 years ago

6.3.10 (2018-12-10)

Bug Fixes

  • only show help and version when .help and .version are called (4ee6fb4)
  • remove coerce for cli option (78eeb31), closes #39
  • setParsedInfo should be private (809fb32)
cac - v6.3.9

Published by egoist almost 6 years ago

6.3.9 (2018-12-02)

Bug Fixes

cac - v6.3.8

Published by egoist almost 6 years ago

6.3.8 (2018-12-01)

Bug Fixes

  • update exported function as well (5dae31f)