Skip to content

Commit e73a6bb

Browse files
Sukhbinder Singhsimonw
Sukhbinder Singh
authored andcommitted
Use simpler ontext_settings option sugested by Simonw
Closes #983, #1134
1 parent 94c62f4 commit e73a6bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llm/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ def schema_option(fn):
307307
cls=DefaultGroup,
308308
default="prompt",
309309
default_if_no_args=True,
310+
context_settings={"help_option_names": ["-h", "--help"]},
310311
)
311312
@click.version_option()
312313
def cli():

0 commit comments

Comments
 (0)