tenets.cli Package¶
Tenets CLI package.
This package contains the Typer application and command groupings used by the tenets command-line interface.
Modules¶
- :mod:
tenets.cli.appexposes the top-level Typerappandrun(). - :mod:
tenets.cli.commandscontains individual subcommands and groups.
Typical usage¶
from tenets.cli.app import app # noqa: F401
or programmatically invoke¶
from tenets.cli.app import run; run()¶
Modules¶
app- App module