3
0
Fork 0

Add basic command line framework

`wutta setup` is the only real sub/command yet, and it does nothing
This commit is contained in:
Lance Edgar 2023-11-19 14:22:25 -06:00
parent 417f7e5c38
commit 005f43d14e
15 changed files with 742 additions and 12 deletions

View file

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

View file

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

View file

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

View file

@ -8,6 +8,9 @@
:maxdepth: 1
app
commands
commands.base
commands.setup
conf
db
db.conf