tp.py: allow use of the --no-print-rels inverse flag

This commit is contained in:
erin petra sofiya moon 2023-01-09 00:47:33 -06:00
parent 2f764d277f
commit c7b54ac749
1 changed files with 3 additions and 3 deletions

View File

@ -293,7 +293,7 @@ def setup(debug: bool, game_path: Path, tools_path: Path):
@tp.command(name="progress")
@click.option("--debug/--no-debug")
@click.option("--matching/--no-matching", default=True, is_flag=True)
@click.option("--print-rels", default=True, is_flag=True)
@click.option("--print-rels/--no-print-rels", default=True, is_flag=True)
@click.option(
"--format",
"-f",