Is there any way to work with command line parameters using the optparse or argparse library, which are not described in add_option? What would those who are described understood, and those that are not simply passed as a string or a list of parameters. Is it possible?
parser = optparse.OptionParser() parser.add_option ("-c", "--config", dest="config") and run the file with parameters
start.py -c test -i