Commands ======== WuttJamaican in fact does not directly provide a way to define a command line interface for your app. The reason is that several good frameworks exist already. You are encouraged to use one of the following to define :term:`commands` and :term:`subcommands` as needed: * `Typer `_ * `Click `_ * :mod:`python:argparse` For even more options see: * `awesome-cli-framework `_ * `Hitchhiker’s Guide to Python `_ * `Python Wiki `_ Or if that is overkill you can always just use :doc:`scripts`.