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 81d6150 commit 779db4fCopy full SHA for 779db4f
todoman/cli.py
@@ -197,7 +197,7 @@ def formatter(self):
197
198
199
@click.group(invoke_without_command=True)
200
-@click_log.simple_verbosity_option(None)
+@click_log.simple_verbosity_option()
201
@click.option('--colour', '--color', default=None,
202
type=click.Choice(['always', 'auto', 'never']),
203
help=('By default todoman will disable colored output if stdout '
0 commit comments