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 a Dispatcher is created with default_command=None (the default), running a craft-cli dispatcher with just a GlobalArgument raises an ArgumentParsingError with general help text (line 419 of dispatcher.py)
Expected behaviour:
Global arguments do not need a command to be given, provided that they can be used independently.
The text was updated successfully, but these errors were encountered:
Actual behaviour:
If a Dispatcher is created with
default_command=None
(the default), running a craft-cli dispatcher with just aGlobalArgument
raises anArgumentParsingError
with general help text (line 419 of dispatcher.py)Expected behaviour:
Global arguments do not need a command to be given, provided that they can be used independently.
The text was updated successfully, but these errors were encountered: