Add support for -h in the CLI

This commit is contained in:
James Wrigley
2026-03-16 22:12:52 +01:00
committed by Xubin Ren
parent 09ad9a4673
commit 9aaeb7ebd8

View File

@@ -38,6 +38,7 @@ from nanobot.utils.helpers import sync_workspace_templates
app = typer.Typer(
name="nanobot",
context_settings={"help_option_names": ["-h", "--help"]},
help=f"{__logo__} nanobot - Personal AI Assistant",
no_args_is_help=True,
)