lezargus.cli.__main__ module

lezargus.cli.__main__ module#

Execute the primary CLI action here, going down the CLI chain where needed.

The CLI is built on a chain system, and we decide how to go down the chain regarding the primary action here.

lezargus.cli.__main__.execute_primary_action(parser: ArgumentParser, arguments: dict) None[source]#

Execute the primary action.

Parameters:
  • parser (ArgumentParser) – The argument parser which we are using.

  • arguments (dict) – The parsed arguments from which the interpreted action will use. Note though that these arguments also has the interpreted actions.

Return type:

None