create_cli

Contents

create_cli#

tollan.utils.typer.create_cli(version: str = 'dev', **kwargs) Typer[source]#

Return a new CLI app with reasonable defaults.

Parameters:
  • version (str) – Version string to display with the version command.

  • **kwargs – Additional keyword arguments to pass to typer.Typer().