argparse: delimiter for argparse list arguments

Sven R. Kunze srkunze at mail.de
Mon Aug 2 15:43:15 EDT 2021


Hi everyone,

maybe, I am missing something here but is it possible to specify a 
delimiter for list arguments in argparse:

https://docs.python.org/3/library/argparse.html

Usually, '--' is used to separate two lists (cf. git).

Cheers,
Sven



More information about the Python-list mailing list