blueetl.apps.main

Main CLI.

Classes

NaturalOrderGroup([name, commands])

Click group preserving the order of commands.

class blueetl.apps.main.NaturalOrderGroup(name: str | None = None, commands: MutableMapping[str, Command] | Sequence[Command] | None = None, **attrs: Any)

Bases: Group

Click group preserving the order of commands.

list_commands(ctx: Context) list[str]

Return the list of possible commands.