API Question: List of options & Option with no value
corybill opened this issue · 2 comments
corybill commented
Two Questions:
- Is it possible to pass a list of items under a single option?
- Do i always need to pass in a value with the option or can I just use the option as a flag with no value after it.
Thanks.
corybill commented
Well.. I just found nargs. Is that the expected way to do this?
puzrin commented
Please, look into original python's argparse docs and samples. I don't rememver details.