args
args copied to clipboard
Standards used in docopt.
Interesting! Paraphrasing that link a bit, docopt is a spec that lets you describe your command line UI in a way that's both readable and parseable; you can then generate a package:args implementation based on the description.
This may not be something that we take on in this library, but could be an interesting project for a higher level library.
I am myself trying to implement this,but I do not really know how to do it.