All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
extends
key in config file is now used for extending other config filestrue
, check if the parsed arg is true
(#619) (658a34c)defaults
alias for default
.help
command which outputs help, as an alternative to a help flag.const
rather than var
(#499).help()
docs (@maxrimue)showHelp
, rather than a log-level (@osher).version()
API. (@maxrimue)..alias()
(@bcoe)files
field to the package.json (@shinnn)help
and showHelp
functions and fixed few formatting issues (@thefourtheye).showHelp()
(@indexzero).describe()
in favor of building upon the existing .usage()
API (@indexzero).describe()
, .options()
, and .showHelp()
methods along with example. (@indexzero)