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
The Advanced Usage section of the documentation includes an example for running some sample code that states that the argument order does not matter, however, in practice init arguments must appear before the action name, and arguments for the action must appear after the action name. As such, the following simple class throws an error when run with $ python script.py test --daemon
The Advanced Usage section of the documentation includes an example for running some sample code that states that the argument order does not matter, however, in practice init arguments must appear before the action name, and arguments for the action must appear after the action name. As such, the following simple class throws an error when run with
$ python script.py test --daemon
The text was updated successfully, but these errors were encountered: