cmdline help
This commit is contained in:
parent
8468f89ccd
commit
31233ec6a8
16
README.md
16
README.md
@ -10,6 +10,22 @@ Install the requirements first:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Check the help:
|
||||||
|
|
||||||
|
```
|
||||||
|
./npm-manifest-check.py -h
|
||||||
|
usage: npm-manifest-check [-h] [-b] package
|
||||||
|
|
||||||
|
Check NPM packages for manifest mismatches
|
||||||
|
|
||||||
|
positional arguments:
|
||||||
|
package name of the NPM package
|
||||||
|
|
||||||
|
optional arguments:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
-b, --brief do not show detailed comparisons of mismatching values
|
||||||
|
```
|
||||||
|
|
||||||
### Single package
|
### Single package
|
||||||
|
|
||||||
To check a single package, pass the name of a package to the script as the first argument. Here, I'm using the package Darcy has helpfully provided:
|
To check a single package, pass the name of a package to the script as the first argument. Here, I'm using the package Darcy has helpfully provided:
|
||||||
|
Loading…
Reference in New Issue
Block a user