You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have multiple subcommands, which have constrained arguments (e.g. existingdir with default
values) those constraints must pass even if the subcommand is not invoked.
I would expect uninvoked subcommands to NOT interrupt program run.
Summary
If you have multiple subcommands, which have constrained arguments (e.g.
existingdir
with defaultvalues) those constraints must pass even if the subcommand is not invoked.
I would expect uninvoked subcommands to NOT interrupt program run.
Kong Code
Output
Expected Output
The expectation is that the program would run, as the constraints on the operable subcommand have been satisfied.
Note that if the
default
value is left off the parameters in the subcommands, the program runs as expected.Running example
A running example of this problem can be found here
Notes
This may be related to #190
The text was updated successfully, but these errors were encountered: