CLI Applications With Docopt and Packaging [video]
neckbeardrepublic.com
CLI Applications With Docopt and Packaging [video]
1–3 of 3 posts
Re: CLI Applications With Docopt and Packaging [video]
#2great video just what I was looking for!
Re: CLI Applications With Docopt and Packaging [video]
#3docopt is quite nice, but it makes it almost too easy to generate highly complex argument options. Favor instead a few separate commands with simpler options.
As a very simple example, in unix we have separate 'cp' and 'mv' commands rather than a '--remove-source-file' option to 'cp'