cac

Simple yet powerful framework for building command-line apps.

MIT License

Stars
2.6K
Committers
29

Bot releases are visible (Hide)

cac - v6.7.14 Latest Release

Published by egoist about 2 years ago

6.7.14 (2022-08-29)

Bug Fixes

  • fix typescript issue and fix wrong export field (fix #143) (#144) (8342919)
cac - v6.7.13

Published by egoist about 2 years ago

6.7.13 (2022-08-29)

Bug Fixes

  • compat with NodeNext moduleResolution (#142) (b8aab4a)
cac - v6.7.12

Published by egoist almost 3 years ago

6.7.12 (2021-11-12)

Bug Fixes

cac - v6.7.11

Published by egoist about 3 years ago

6.7.11 (2021-10-12)

Bug Fixes

  • default exports.require should be pointed to index-compat.js (#128) (5e07a98)
cac - v6.7.10

Published by egoist about 3 years ago

6.7.10 (2021-10-12)

Bug Fixes

  • remove module.exports statement from esm build (46b2114)
cac - v6.7.9

Published by egoist about 3 years ago

6.7.9 (2021-10-12)

Bug Fixes

  • make sure --version appears in the help message of the default command (0815980)
cac - v6.7.8

Published by egoist about 3 years ago

6.7.8 (2021-10-08)

Bug Fixes

  • remove version from the help message for sub commands (#126) (702d41a)
cac - v6.7.7

Published by egoist about 3 years ago

6.7.7 (2021-10-06)

Bug Fixes

  • output help for sub commands too (abe662b)
cac - v6.7.6

Published by egoist about 3 years ago

6.7.6 (2021-10-06)

Bug Fixes

  • only output help and version for non-sub commands (54d5fab)
cac - v6.7.5

Published by egoist about 3 years ago

6.7.5 (2021-10-06)

Bug Fixes

  • Revert "fix: only output version message for root command" (4247f99)
cac - v6.7.4

Published by egoist about 3 years ago

6.7.4 (2021-10-06)

Bug Fixes

  • only output version message for root command (550d0f7)
cac - v6.7.3

Published by egoist over 3 years ago

6.7.3 (2021-04-22)

Bug Fixes

cac - v6.7.2

Published by egoist over 3 years ago

6.7.2 (2021-02-17)

Bug Fixes

  • respect default value for negated options if presents (#103) (f51fc22)
cac - v6.7.1

Published by egoist almost 4 years ago

6.7.1 (2020-12-11)

Bug Fixes

cac - v6.7.0

Published by egoist almost 4 years ago

6.7.0 (2020-12-11)

Features

cac - v6.6.1

Published by egoist over 4 years ago

6.6.1 (2020-07-15)

Bug Fixes

cac - v6.6.0

Published by egoist over 4 years ago

6.6.0 (2020-07-14)

Features

cac - v6.5.13

Published by egoist over 4 years ago

6.5.13 (2020-07-12)

Bug Fixes

  • allow helpCallback to return sections (07ff8f9)
cac - v6.5.12

Published by egoist over 4 years ago

6.5.12 (2020-07-10)

Bug Fixes

  • expose showHelpOnExit and showVersionOnExit (557757c)
cac - v6.5.11

Published by egoist over 4 years ago

6.5.11 (2020-07-10)

Bug Fixes

  • unset matched command when --help or --version is present (167f3f0)