python-argh

python argh/argparse: How can I pass a list as a command-line argument?

python argh/argparse: How can I pass a list as a command-line argument? Question: I’m trying to pass a list of arguments to a python script using the argh library. Something that can take inputs like these: ./my_script.py my-func –argA blah –argB 1 2 3 4 ./my_script.py my-func –argA blah –argB 1 ./my_script.py my-func –argA blah …

Total answers: 2