Skip to content
Snippets Groups Projects
Commit abd22b43 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'help_custom' into 'master'

Improve the help option on all Bob click commands

Closes #59

See merge request !84
parents 6200fa97 50d7eeff
Branches
No related tags found
1 merge request!84Improve the help option on all Bob click commands
Pipeline #
......@@ -9,7 +9,8 @@ logger = setup('bob')
@with_plugins(pkg_resources.iter_entry_points('bob.cli'))
@click.group(cls=AliasedGroup)
@click.group(cls=AliasedGroup,
context_settings=dict(help_option_names=['-?', '-h', '--help']))
def main():
"""The main command line interface for bob. Look below for available
commands."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment