We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Java and other software has key/value pair parameters, e.g. the lang property:
lang
java -Dlang=en -cp some.jar input output
Another example:
xsltproc --param lang en id.xsl in.xml
The parameter name can be anything. Could something like that be represented in docopt syntax?