pysqa.cmd.command_line

Contents

pysqa.cmd.command_line#

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

Parse the command line arguments.

Parameters:
  • argv – Command line arguments

  • execute_command – function to comunicate with shell process