pysqa.base.cmd.command_line

Contents

pysqa.base.cmd.command_line#

pysqa.base.cmd.command_line(arguments_lst: list | None = None, execute_command: ~typing.Callable = <function execute_command>) None[source]#

Parse the command line arguments.

Parameters:
  • arguments_lst (Optional[list]) – Command line arguments

  • execute_command (Callable) – Function to communicate with shell process

Returns:

None