Conventional documentation for env vars/globals?
Author: jasonkarnsCreated Nov 28, 2018Updated Feb 4, 2024
I absolutely love docopt! (Even when not leveraging docopt for actual parsing, I use the online tester for generating usage docs.)
Are there any known conventions for documenting global or environment variables that are used/respected by the CLI?
Along the same lines, are there any established conventions for how to document what is read on STDIN, or printed to STDERR/STDOUT?
Source: docopt/docopt