energytrackr.commands package

Submodules

energytrackr.commands.dispatcher module

Command dispatcher for the energy measurement tool.

energytrackr.commands.dispatcher.handle_command(args: Namespace) None[source]

Handle the CLI command based on the parsed arguments.

Parameters:

args (argparse.Namespace) – Parsed command-line arguments.

Raises:

UnknownCommandError – If the command is not recognized.

Module contents

Dispatcher for command line interface (CLI) commands.