There are many places in Package Maintainer Docs that document or give examples of command line tool syntax. Most of these were already using notation that was compatible, or almost so, with docopt. Be more consistent by making everything really compatible with that notation, and also by choosing to denote a mandatory parameter via <some_string> instead of SOME_STRING.
There are many places in Package Maintainer Docs that document or give examples of command line tool syntax. Most of these were already using notation that was compatible, or almost so, with docopt. Be more consistent by making everything really compatible with that notation, and also by choosing to denote a mandatory parameter via
<some_string>instead ofSOME_STRING.