Skip to content

Main

dm.main

Module providing the main command line application.

configure_app_logging(log_level)

Configure logging for the application.

Parameters:

Name Type Description Default
log_level str

The logging level.

required

configure_library_logging(log_level)

Configure logging for libraries used in the application.

Parameters:

Name Type Description Default
log_level int

The logging level.

required

create_cmd_parser()

Create the command line parser.

Returns:

Type Description
ArgumentParser

The command line parser for the application.

run_dm()

The main entry point.

Parses the command line arguments and executes the requested commands.