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 dc9a39c commit 4529fe9Copy full SHA for 4529fe9
README.md
@@ -62,7 +62,7 @@ export type PackageUsage = {
62
[`npx`](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) is a package runner tool
63
64
```bash
65
-npx pkg-usage -p "react,redux" --f "**/*.(ts|tsx)"
+npx pkg-usage -p "react,redux" -f "**/*.(ts|tsx)"
66
```
67
68
Or
0 commit comments