feat: remove legacy command system
typer is the recommended approach, but any could be used. we have nothing significant to offer so better to just not.
This commit is contained in:
parent
fd76766f56
commit
a76cbf29e9
23 changed files with 8 additions and 1193 deletions
|
@ -43,7 +43,5 @@ For more info see:
|
|||
* :class:`~wuttjamaican.conf.WuttaConfig` and especially
|
||||
:meth:`~wuttjamaican.conf.WuttaConfig.get()`
|
||||
|
||||
You can also define your own command line interface; see:
|
||||
|
||||
* :class:`~wuttjamaican.commands.base.Command`
|
||||
* :class:`~wuttjamaican.commands.base.Subcommand`
|
||||
You can also define your own command line interface; see
|
||||
:doc:`/narr/cli/index`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue