lezargus.cli.version module

Contents

lezargus.cli.version module#

Command line Help function.

Execute: version … … … …

We just print version number.

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

Execute: version … … … …; the version number.

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