Skip to content

Commit

Permalink
Merge pull request #47 from dland512/doc-changes
Browse files Browse the repository at this point in the history
fixes to documentaiton
  • Loading branch information
iandotkelly committed Jul 13, 2017
2 parents 619901f + 581297d commit 9d0beab
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ nlf can be used programmatically, or from the command line.

## Options

- `directory` (String) - where to look
- `production` (Boolean) (Default:false) - only traverse dependencies, no dev-dependencies
- `depth` (Number) (Default: Infinity) - how deep to traverse packages where 0 is the current package.json only
- `summaryMode` (String: off|simple|detail) (Default: simple)

- `-c`, `--csv` (Default:false) - output in csv format
- `-d`, `--no-dev` (Default:false) - exclude development dependencies
- `-r`, `--reach` (Default: Infinity) - package depth (reach), 0 is current package.json file only
- `-s`, `--summary off|simple|detail` (Default: simple) - summary information, not available in csv format

### CLI

Expand Down

0 comments on commit 9d0beab

Please sign in to comment.