diff --git a/nanobot/cli/commands.py b/nanobot/cli/commands.py index 9d3c78b..8172ad6 100644 --- a/nanobot/cli/commands.py +++ b/nanobot/cli/commands.py @@ -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, )