Add a large chunk of the docs for command line interface
will have to finish subcommands later
This commit is contained in:
parent
8a4438c725
commit
af4c28b286
15 changed files with 371 additions and 19 deletions
|
@ -4,3 +4,20 @@
|
|||
|
||||
.. automodule:: wuttjamaican.cmd
|
||||
:members:
|
||||
|
||||
The core framework is contained in :mod:`wuttjamaican.cmd.base`.
|
||||
|
||||
Note that :class:`~wuttjamaican.cmd.base.Command` serves as the base
|
||||
class for top-level :term:`commands<command>` but it also functions as
|
||||
the top-level ``wutta`` command.
|
||||
|
||||
Some :term:`subcommands<subcommand>` are available as well; these are
|
||||
registered under the ``wutta`` command.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
cmd.base
|
||||
cmd.date_organize
|
||||
cmd.make_appdir
|
||||
cmd.setup
|
||||
|
|
|
@ -9,10 +9,6 @@
|
|||
|
||||
app
|
||||
cmd
|
||||
cmd.base
|
||||
cmd.date_organize
|
||||
cmd.make_appdir
|
||||
cmd.setup
|
||||
conf
|
||||
db
|
||||
db.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue