voraus_debian_iso.cli package

Submodules

voraus_debian_iso.cli.build module

This module defines the typer build method.

voraus_debian_iso.cli.install module

This module defines the typer install method.

voraus_debian_iso.cli.main module

Contains the main CLI entry point.

class voraus_debian_iso.cli.main.LogLevel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: str, Enum

Enum for log levels for typer.

DEBUG = 'DEBUG'
ERROR = 'ERROR'
INFO = 'INFO'
WARNING = 'WARNING'
voraus_debian_iso.cli.main.print_version(do_print)

Prints the version of the software.

Parameters:

do_print (bool) – If the version shall be printed.

Raises:

typer.Exit – After the version was printed.

Return type:

None

voraus_debian_iso.cli.start module

This module defines the typer start method.

voraus_debian_iso.cli.stop module

This module defines the typer start method.

Module contents

Contains the CLI.