lezargus.cli.help_ module

Contents

lezargus.cli.help_ module#

Command line Help function.

Execute: help … … … …

We just print the help function really.

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

Execute: help … … … …; the help function.

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