Feature request: customize command name and help text
simonw opened this issue · 2 comments
simonw commented
These are currently hard-coded here:
Lines 288 to 294 in b9ddd90
I'd like the option to customize them, for example like this:
@tui(name="ui", help="Interactive UI for this tool")
@click.group()
def cli():
...
willmcgugan commented
Yeah, I concur. We probably also want to customize how the TUI is launched. Some might prefer a --tui
option rather than a subcommand.
darrenburns commented
This was added in v0.5.0