Skip to content

Commit 5f68f27

Browse files
authored
Enable colour help for Python 3.14 (#485)
2 parents b951f5d + 37d9bac commit 5f68f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pypistats/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from typing import Any
1818

1919
cli = argparse.ArgumentParser()
20+
cli.color = True
2021
subparsers = cli.add_subparsers(dest="subcommand")
2122

2223

0 commit comments

Comments
 (0)