Skip to content

Commit 779db4f

Browse files
author
Hugo Osvaldo Barrera
committed
Remove unnecessary parameter
1 parent 81d6150 commit 779db4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

todoman/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def formatter(self):
197197

198198

199199
@click.group(invoke_without_command=True)
200-
@click_log.simple_verbosity_option(None)
200+
@click_log.simple_verbosity_option()
201201
@click.option('--colour', '--color', default=None,
202202
type=click.Choice(['always', 'auto', 'never']),
203203
help=('By default todoman will disable colored output if stdout '

0 commit comments

Comments
 (0)