We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9facf commit 99277f8Copy full SHA for 99277f8
lib/fdiff/__main__.py
@@ -34,9 +34,7 @@ def run(argv):
34
parser = argparse.ArgumentParser(
35
description="An OpenType table diff tool for fonts."
36
)
37
- parser.add_argument(
38
- "--version", action="version", version=f"fdiff v{__version__}"
39
- )
+ parser.add_argument("--version", action="version", version=f"fdiff v{__version__}")
40
parser.add_argument(
41
"-c",
42
"--color",
0 commit comments