Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Mar 14, 2024
1 parent 5f42f94 commit 98113ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biskotakigold/cli.py
Expand Up @@ -24,9 +24,9 @@ def version_msg():

@click.command(context_settings=dict(help_option_names=[u'-h', u'--help']))
@click.version_option(__version__, u'-V', u'--version', message=version_msg())
@click.option('-v', '--verbose', is_flag=True, help='Print debug information', default=False)
# @click.option('-v', '--verbose', is_flag=True, help='Print debug information', default=False)
def main(
verbose,
# verbose,
):
"""TODO Write this content that gets renders when invoking with --help flag!
Expand Down

0 comments on commit 98113ff

Please sign in to comment.