News

The easy way is to simply write the command down as a string: If you want to pass command line arguments to tasks (positional or named ... The formatting of the task commands uses python's own ...
The ArgumentParser library parses the command-line arguments, instantiates your command type, and then either executes your run() method or exits with a useful message. ArgumentParser uses your ...