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.
2 parents 5216a7f + 3adfb7b commit 4aeb4f7Copy full SHA for 4aeb4f7
app/cli.py
@@ -21,7 +21,7 @@ def invoke(self, ctx: click.Context) -> None:
21
@click.group(cls=LoggingGroup)
22
@click.option("--verbose", "-v", is_flag=True, help="Enable verbose output")
23
@click.pass_context
24
-def cli(ctx, verbose) -> None:
+def cli(ctx: click.Context, verbose: bool) -> None:
25
"""Git-Mastery app"""
26
ctx.ensure_object(dict)
27
0 commit comments