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.app
exposes the top-level Typerapp
andrun()
. - :mod:
tenets.cli.commands
contains 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