lezargus.__main__ module

lezargus.__main__ module#

Just a small hook for the main execution.

This section parses arguments which is then passed to execution to do exactly as expected by the commands.

lezargus.__main__.main() None[source]#

Execute Lezargus.

Parameters:

None

Return type:

None

lezargus.__main__.parse_arguments() tuple[ArgumentParser, dict][source]#

Parse all CLI arguments supplied.

Parameters:

None

Returns:

  • parser (ArgumentParser) – The parser itself. This may not be needed for a lot of things, but it is still helpful for command processing.

  • arguments (dict) – The arguments as parsed by the parser, we converted it to a dictionary.