We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336e050 commit f4c9fc2Copy full SHA for f4c9fc2
tmuxp/cli.py
@@ -749,7 +749,7 @@ def load_workspace(
749
return _setup_plugins(builder)
750
751
752
-
+@click.group(context_settings={'obj': {}, 'help_option_names':['-h', '--help']})
753
@click.group(context_settings={'obj': {}})
754
@click.version_option(__version__, '-V', '--version', message='%(prog)s %(version)s')
755
@click.option(
0 commit comments