docs: stop documenting wutta command line framwework
as we will be deprecating and removing it at some point. `typer` seems to work well but any other framework could be used
This commit is contained in:
parent
746bcf18de
commit
4de2e6dc6e
7 changed files with 25 additions and 229 deletions
|
@ -53,9 +53,9 @@ Glossary
|
|||
|
||||
command
|
||||
A top-level command line interface for the app. Note that
|
||||
top-level commands don't really "do" anything per se, and are
|
||||
top-level commands don't usually "do" anything per se, and are
|
||||
mostly a way to group :term:`subcommands<subcommand>`. See also
|
||||
:class:`~wuttjamaican.cmd.base.Command`.
|
||||
:doc:`narr/cli/index`.
|
||||
|
||||
config
|
||||
Depending on context, may refer to any of: :term:`config file`,
|
||||
|
@ -120,9 +120,9 @@ Glossary
|
|||
|
||||
subcommand
|
||||
A top-level :term:`command` may expose one or more subcommands,
|
||||
for the overall command line interface. Subcommands are the real
|
||||
workhorse; each can perform a different function. See also
|
||||
:doc:`narr/cli/subcommands`.
|
||||
for the overall command line interface. Subcommands are usually
|
||||
the real workhorse; each can perform a different function. See
|
||||
also :doc:`narr/cli/index`.
|
||||
|
||||
virtual environment
|
||||
This term comes from the broader Python world and refers to an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue