Skip to content

Commit 3aebfc8

Browse files
authored
Support -h help option to add user friendliness (and follow the de-facto standard)
1 parent 185eb4d commit 3aebfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def load_workspace(
749749
return _setup_plugins(builder)
750750

751751

752-
@click.group(context_settings={'obj': {}})
752+
@click.group(context_settings={'obj': {}, 'help_option_names':['-h', '--help']})
753753
@click.version_option(__version__, '-V', '--version', message='%(prog)s %(version)s')
754754
@click.option(
755755
'--log-level',

0 commit comments

Comments
 (0)