Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use shlex to tokenize the input string. Fixes docopt#3
Allow the use of quoted arguments, e.g. ``` Usage: test <arg1> <arg2> ``` with the input `a "b c d"` If tokenization fails, fall back to the original behaviour
- Loading branch information