spack/lib/spack/docs/command_index.in
Todd Gamblin b98cdf098a Rework command reference in docs, add spack commands command
- command reference now includes usage for all Spack commands as output
  by `spack help`.  Each command usage links to any related section in
  the docs.

- added `spack commands` command which can list command names,
  subcommands, and generate RST docs for commands.

- added `llnl.util.argparsewriter`, which analyzes an argparse parser and
  calls hooks for description, usage, options, and subcommands
2018-02-12 20:25:17 -08:00

9 lines
287 B
Text

=================
Command Reference
=================
This is a reference for all commands in the Spack command line interface.
The same information is available through :ref:`spack-help`.
Commands that also have sections in the main documentation have a link to
"More documentation".