main

A main application to provide a common CLI.

Implementation

Main UI/interaction code and definitions for the Command-Line Interface (CLI).

Does its best to use Typer and Rich to separate out core logic from console display, etc.

main.words(n: ~typing.Annotated[int, <typer.models.ArgumentInfo object at 0x1076ad590>] = 6) None[source]
main.features(names: list[str], defaults: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x1076ada90>] = False) None[source]