taurus.cli
¶
This module provides the taurus Command Line Interface
It is based on the click module to provide CLI utilities.
It defines a taurus command which can accept subcommands defined in other taurus submodules or even in plugins.
To define a subcommand for taurus, you need to register it using the taurus_subcommands entry point via setuptools.
Todo
add click link , add code snippet for plugins, etc.
Functions