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.
2 parents f927d80 + b4050f6 commit 73df98bCopy full SHA for 73df98b
src/norwegianblue/cli.py
@@ -31,7 +31,8 @@ def main() -> None:
31
parser = argparse.ArgumentParser(
32
description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter
33
)
34
- # Added in Python 3.14
+ # Both added in Python 3.14
35
+ parser.color = "yes"
36
parser.suggest_on_error = True
37
parser.add_argument(
38
"product",
0 commit comments