Skip to content

v2.1.0

Compare
Choose a tag to compare
@Gnuxie Gnuxie released this 10 Sep 13:36
· 22 commits to main since this release
400ee0a

[2.1.0] - 2024-09-10

Added

  • CommandExecutorHelper now has a parseAndInvoke method to aid unit testing
    commands.

Changed

  • When an argument is missing, command parsers will always get a
    PromptRequiredError if a prompt is available on the associated parameter
    description.