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 05dd69c commit 15dea31Copy full SHA for 15dea31
docs/index.md
@@ -49,7 +49,7 @@ or from [GitHub :lucide-arrow-up-right:](https://github.com/cssnr/npmstat/releas
49
brew install cssnr/tap/npmstat # (1)!
50
```
51
52
- 1. Tap Source: <https://github.com/cssnr/homebrew-tap>
+ 1. Tap Source: [https://github.com/cssnr/homebrew-tap](https://github.com/cssnr/homebrew-tap/?tab=readme-ov-file#readme)
53
54
=== "github"
55
src/npmstat/cli.py
@@ -1,8 +1,8 @@
1
import sys
2
-from typing import Any, Optional, Literal
+from typing import Any, Literal, Optional
3
4
import typer
5
-from rich import print, print_json, box
+from rich import box, print, print_json
6
from rich.table import Table
7
from typing_extensions import Annotated
8
0 commit comments