Client

Main module for the cli.

main()[source]

Main function for the cli entrypoint

Return type:

int

Returns:

Status code of the execution

Return type:

int

register_subcommands()[source]

Register all the subcommands for the CLI

Return type:

ArgumentParser

Returns:

The parser with all the subcommands registered.

Return type:

ArgumentParser