Changelog
v2.0.0 (Jul 6, 2022)
CLI.connect()
, CLI.listen()
, and
CLI.schema()
.pkg-dir
.generateHelp()
now returns a promise.Changelog
v1.15.0 (Apr 10, 2022)
banner
value into state object to allow banner to be modified during
command execution when autoHideBanner
is enabled (default).Changelog
v1.14.1 (Aug 23, 2021)
Changelog
v1.14.0 (Jul 27, 2021)
redact
flag to arguments and options so advanced implementations can know if an
argument/option may contain sensitive information. Redact flag is true
by default, but can
be set to false in the paramters or prefixing the name with a ~
such as "<~myoption>"
.
Note that option flags (those without a value) default to false
since the value is boolean.input
for parsed "extra" arguments, commands, extensions, and
arguments.Changelog
v1.13.0 (Apr 26, 2021)
trim()
, trimStart()
, and trimEnd()
functions.help()
.help
parameter from Command
to Context
so that CLI
can render custom
help content.watch
task to not hang on a lint or build error.Changelog
v1.12.0 (Apr 15, 2021)
package.json
to be the main
path.