3
0
Fork 0

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:
Lance Edgar 2024-11-23 11:48:28 -06:00
parent cb147c203d
commit 2deba45588
20 changed files with 446 additions and 47 deletions

View file

@ -0,0 +1,6 @@
``wuttjamaican.cli.base``
=========================
.. automodule:: wuttjamaican.cli.base
:members:

View file

@ -0,0 +1,6 @@
``wuttjamaican.cli.make_uuid``
==============================
.. automodule:: wuttjamaican.cli.make_uuid
:members:

View file

@ -0,0 +1,6 @@
``wuttjamaican.cli``
====================
.. automodule:: wuttjamaican.cli
:members:

View file

@ -9,6 +9,9 @@
app
auth
cli
cli.base
cli.make_uuid
conf
db
db.conf