Skip to content

Commit

Permalink
Merge pull request #106 from adfinis/jlf/fix-remove-debug-flag-comple…
Browse files Browse the repository at this point in the history
…tely

fix: remove debug flag completely
  • Loading branch information
Jean-Louis Fuchs authored Apr 22, 2024
2 parents a0613a2 + 8ad45ae commit 5a5f2a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyaptly/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ def __init__(self, **kwargs):


@click.group()
def cli(debug: bool):
def cli():
"""Show basic command group."""
pass


# TODO legacy is here to be able to do early alpha and get feedback from users.
# remove when there is full replacement.
@cli.command(help="run legacy command parser")
Expand Down

0 comments on commit 5a5f2a9

Please sign in to comment.