Add basic command line framework
`wutta setup` is the only real sub/command yet, and it does nothing
This commit is contained in:
parent
417f7e5c38
commit
005f43d14e
15 changed files with 742 additions and 12 deletions
6
docs/api/wuttjamaican/commands.base.rst
Normal file
6
docs/api/wuttjamaican/commands.base.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.commands.base``
|
||||
==============================
|
||||
|
||||
.. automodule:: wuttjamaican.commands.base
|
||||
:members:
|
6
docs/api/wuttjamaican/commands.rst
Normal file
6
docs/api/wuttjamaican/commands.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.commands``
|
||||
=========================
|
||||
|
||||
.. automodule:: wuttjamaican.commands
|
||||
:members:
|
6
docs/api/wuttjamaican/commands.setup.rst
Normal file
6
docs/api/wuttjamaican/commands.setup.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.commands.setup``
|
||||
===============================
|
||||
|
||||
.. automodule:: wuttjamaican.commands.setup
|
||||
:members:
|
|
@ -8,6 +8,9 @@
|
|||
:maxdepth: 1
|
||||
|
||||
app
|
||||
commands
|
||||
commands.base
|
||||
commands.setup
|
||||
conf
|
||||
db
|
||||
db.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue