I have a docopt Usage string that has something like:
"""
Usage
...
-d --data=<data> Input data [default: ??]
...
"""
How to set the default value to emtpy string?
''
sets it to string "''"
and
[default: ]
raises a KeyError '--data'