mirror of https://github.com/zeldaret/tp.git
tp.py: allow use of the --no-print-rels inverse flag
This commit is contained in:
parent
2f764d277f
commit
c7b54ac749
|
@ -293,7 +293,7 @@ def setup(debug: bool, game_path: Path, tools_path: Path):
|
||||||
@tp.command(name="progress")
|
@tp.command(name="progress")
|
||||||
@click.option("--debug/--no-debug")
|
@click.option("--debug/--no-debug")
|
||||||
@click.option("--matching/--no-matching", default=True, is_flag=True)
|
@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(
|
@click.option(
|
||||||
"--format",
|
"--format",
|
||||||
"-f",
|
"-f",
|
||||||
|
|
Loading…
Reference in New Issue