docopt

Include more than one list of arguments with docopt

Include more than one list of arguments with docopt Question: I am using the docopt library. I couldn’t find out the way to accomplish the following requirement: The docstring is: """ aTXT tool Usage: aTXT <source>… [–ext <ext>…] Options: –ext message """ From the shell, I want to write something like this: atxt a b …

Total answers: 1