gstreamer seems to override docopts. Without "gst" imported: >> py2 blockify.py -h blockify Usage: blockify [-l <path>] [-v...] [-q] [-h] Options: -l, --log=<path ...
Python docopt works OK for simple cases, but in this case it keeps saying -c requires argument, despite it having an argument. Minimal code (Python 3.6): '''Usage: test_docopt.py x YYY ZZZ [-a AAA] ...