Skip to content

Commit 37d9bac

Browse files
committed
Enable colour help for Python 3.14
1 parent b951f5d commit 37d9bac

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)