docbuild.cli.cmd_cli#

Main CLI tool for document operations.

Functions#

cli(→ None)

Acts as a main entry point for CLI tool.

Module Contents#

docbuild.cli.cmd_cli.cli(ctx: click.Context, verbose: int, dry_run: bool, debug: bool, app_config: pathlib.Path, env_config: pathlib.Path, **kwargs: dict) None#

Acts as a main entry point for CLI tool.

Parameters:
  • ctx – The Click context object.

  • verbose – The verbosity level.

  • dry_run – If set, just pretend to run the command without making any changes.

  • debug – If set, enable debug mode.

  • app_config – Filename to the application TOML config file.

  • env_config – Filename to a environment’s TOML config file.

  • kwargs – Additional keyword arguments.