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 5486bbf commit b39cff0Copy full SHA for b39cff0
src/tinytext/cli.py
@@ -14,7 +14,6 @@ def main() -> None:
14
parser = argparse.ArgumentParser(
15
description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter
16
)
17
- parser.color = True # type: ignore[attr-defined]
18
parser.add_argument("text", help="Text to tinify")
19
parser.add_argument(
20
"-V", "--version", action="version", version=f"%(prog)s {__version__}"
0 commit comments