Skip to content

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 Typer app and run().
  • :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()

Functions

run

Python
run()

Run the CLI application.

Modules

  • app - App module