Skip to content

Commit

Permalink
chore: remove useless option from base command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Louis Fuchs committed Mar 26, 2024
1 parent 7795ed2 commit 9513ce3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pyaptly/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,9 @@ def __init__(self, **kwargs):


@click.group()
@click.option(
"-d/-nd",
"--debug/--no-debug",
type=bool,
default=False,
help="Add default values to fields if missing",
)
def cli(debug: bool):
"""Show basic command group."""
from pyaptly import util

util._DEBUG = debug

pass

# TODO legacy is here to be able to do early alpha and get feedback from users.
# remove when there is full replacement.
Expand Down

0 comments on commit 9513ce3

Please sign in to comment.