Inserting multiple optional arguments in command line will only execute the last optional argument (i.e. python sbml-diff.py -k --params /Users/tramynguyen/Documents/GSoC_2016/sbml-diff/test/entireStructure.xml /Users/tramynguyen/Documents/GSoC_2016/sbml-diff/test/subStructure.xml . In this example, only values for parameters are shown after command execution. Current workaround was to run the command two times. Each time, I inserted 1 optional argument)
Inserting multiple optional arguments in command line will only execute the last optional argument (i.e. python sbml-diff.py -k --params /Users/tramynguyen/Documents/GSoC_2016/sbml-diff/test/entireStructure.xml /Users/tramynguyen/Documents/GSoC_2016/sbml-diff/test/subStructure.xml . In this example, only values for parameters are shown after command execution. Current workaround was to run the command two times. Each time, I inserted 1 optional argument)