feat: add wutta
top-level command with make-uuid
subcommand
i think it only makes sense to have an "opinion" for command line interface in this project, and we probably need more `wutta` subcommands too but we'll see. main motivation for this currently is to allow poser apps to define their own CLI, in particular e.g. `poser install`
This commit is contained in:
parent
cb147c203d
commit
2deba45588
20 changed files with 446 additions and 47 deletions
|
@ -163,8 +163,8 @@ Glossary
|
|||
subcommand
|
||||
A top-level :term:`command` may expose one or more 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`.
|
||||
the real workhorse; each can perform a different function with a
|
||||
custom arg set. 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