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 9 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

This looks good to me. Anyone else in @docopt/docopt able to review this?

mboersma avatar Jun 09 '16 22:06 mboersma