Open
Description
First of all - big thank you to the authors of this package. My scripts became 100 lines lighter and less bug-prone.
My issue is with the failing message of the script when no arguments are passed. Right now it prints this kind of message:
Error in docopt(doc): usage: ...
Execution halted
Can instead of printing this rather cryptic error the script simply print out the full --help
message? Or maybe just the simple "usage:" line without the "Error in docopt"? Coming from optparse
this is the only thing I miss. Maybe there is already a way around that?
Thanks a lot.