We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-h
1 parent 4b8798e commit 3282ab6Copy full SHA for 3282ab6
src/ghstack/cli.py
@@ -48,7 +48,7 @@ def cli_context(
48
yield shell, config, github
49
50
51
-@click.group(invoke_without_command=True)
+@click.group(invoke_without_command=True, context_settings={"help_option_names": ["-h", "--help"]})
52
@click.pass_context
53
@click.version_option(ghstack.__version__, "--version", "-V")
54
@click.option("--debug", is_flag=True, help="Log debug information to stderr")
0 commit comments