command

psifx command-line interface.

Functions

get_parser

Create a parser for the command-line interface.

main

Entrypoint of the psifx command-line interface.

Classes

PsifxCommand

psifx command-line interface.

class PsifxCommand[source]

Bases: Command

psifx command-line interface.

static execute(parser, args)[source]

Executes the command.

Parameters:
  • parser (ArgumentParser) – The argument parser.

  • args (Namespace) – The arguments.

Returns:

static setup(parser)[source]

Sets up the command.

Parameters:

parser (ArgumentParser) – The argument parser.

Returns:

get_parser()[source]

Create a parser for the command-line interface. :rtype: ArgumentParser :return:

Return type:

ArgumentParser

main()[source]

Entrypoint of the psifx command-line interface. :return: