Tools¶
The python-toolbox ships with a set of command line tools, whose entry point always is the command tbx
.
The commands are structured in a tree manner, and help is provided along with the command(s) no matter the nesting.
How to get Help¶
$ tbx --help
$ tbx command --help
$ tbx command subcommand --help
$ tbx command subcommand subsubcommand --help
If the details for a specific command are not sufficient checkout the according subsections bellow, or create an isssue if nothing is avialable yet.