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 f927d80 commit b4050f6Copy full SHA for b4050f6
1 file changed
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