Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
config:print - fix bug in definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiouxme committed Nov 17, 2022
1 parent 57721c7 commit 53514ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doozerlib/cli/__main__.py
Expand Up @@ -1653,7 +1653,7 @@ def config_mode(runtime, mode, push, message):


@cli.command("config:print", short_help="View config for given images / rpms")
@click.option("-n", "--name-only", default=[], is_flag=True,
@click.option("-n", "--name-only", default=False, is_flag=True,
help="Just print name of matched configs. Overrides --key")
@click.option("--key", help="Specific key in config to print", default=None)
@click.option("--yaml", "as_yaml", default=False, is_flag=True, help='Print results in a yaml block')
Expand Down

0 comments on commit 53514ac

Please sign in to comment.