v2.1.0
[2.1.0] - 2024-09-10
Added
CommandExecutorHelper
now has aparseAndInvoke
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.