v7.0.0v6.2.1
Reading changes from the repo…
.createOption()
method is introduced, allowing for more flexible option subclassing, similar to existing methods like .createCommand()
and .createHelp()
. This enhances the way you can manage options in your command-line interfaces. .addHelpText()
method, enhancing the customization of your command-line interface. .allowExcessArguments()
method is now available, allowing you to manage excess arguments more effectively and avoid silent failures when too many arguments are provided.