try.docopt.org icon indicating copy to clipboard operation
try.docopt.org copied to clipboard

Use shlex to tokenize the input string. Fixes #3

Open mikebryant opened this issue 8 years ago • 1 comments

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

mikebryant avatar May 06 '16 11:05 mikebryant