Changelog
v1.8.8 (Nov 14, 2020)
Changelog
v1.8.5 (Nov 11, 2020)
required()
'd instead of spawned.Changelog
v1.8.4 (Nov 10, 2020)
autoHideBanner
is disabled.Changelog
v1.8.3 (Nov 6, 2020)
=
between option label and value.Changelog
v1.8.2 (Aug 26, 2020)
Changelog
v1.8.1 (Aug 26, 2020)
Changelog
v1.8.0 (Aug 25, 2020)
finalize
event hook that is emitted before applying defaults and filling
argv
and _
.data
and parser
to parse
event payload and all argument and option
callbacks.callback
parameter that is fired as soon as the parser finds the command.Parser
now extends a HookEmitter
and is linked to the CLI
instance to
decouple the CLI
from the Parser
.argv
and _
to end of
parser chain so that option callbacks have the ability to modify the contexts and continue
parsing.generateKey()
to support multiple sequential escape sequences.generateKey()
.