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
6
docs/api/wuttjamaican/cli.base.rst
Normal file
6
docs/api/wuttjamaican/cli.base.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.cli.base``
|
||||
=========================
|
||||
|
||||
.. automodule:: wuttjamaican.cli.base
|
||||
:members:
|
6
docs/api/wuttjamaican/cli.make_uuid.rst
Normal file
6
docs/api/wuttjamaican/cli.make_uuid.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.cli.make_uuid``
|
||||
==============================
|
||||
|
||||
.. automodule:: wuttjamaican.cli.make_uuid
|
||||
:members:
|
6
docs/api/wuttjamaican/cli.rst
Normal file
6
docs/api/wuttjamaican/cli.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.cli``
|
||||
====================
|
||||
|
||||
.. automodule:: wuttjamaican.cli
|
||||
:members:
|
|
@ -9,6 +9,9 @@
|
|||
|
||||
app
|
||||
auth
|
||||
cli
|
||||
cli.base
|
||||
cli.make_uuid
|
||||
conf
|
||||
db
|
||||
db.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue