ganeshv
Results
1
issues of
ganeshv
Giving multiple identical arguments to something like `[...]` returns only one instance of the argument. python docopt does the right thing. Example: ``` usage = """ Usage: echo [...] """...