llama dev docs cli

(Semi-)automatically collect command-line interface tools with --help documentation and dump them into an rst file.

usage: llama dev docs cli [-h] module outdir

Positional Arguments

module

Fully-qualified name of the module to parse.

outdir

Where to save the resulting .rst files, which will be named cli.module.rst (where “module” is replaced the the module name in which each CLI script is defined).