Skip to content

Commit

Permalink
Add documents for CLI users in reference to the outline of raimon49#33
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed May 11, 2019
1 parent 52bcd2a commit d396863
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Dump the software license list of Python packages installed with pip.
* [Confluence](#confluence)
* [HTML](#html)
* [JSON](#json)
* [CSV](#csv)
* [Deprecated options](#deprecated-options)
* [Option: summary](#option-summary)
* [More Information](#more-information)
Expand Down Expand Up @@ -291,6 +292,17 @@ When executed with the `--format=json` option, you can output list in JSON forma

```

#### CSV

When executed with the `--format=csv` option, you can output list in quoted CSV format. Useful when you want to copy/paste the output to an excel sheet.

```bash
(venv) $ pip-licenses --format=csv
"Name","Version","License"
"Django","2.0.2","BSD"
"pytz","2017.3","MIT"
```

#### Deprecated options

The following options will be deprecated in version 2.0.0. Please migrate to `--format` option.
Expand Down

0 comments on commit d396863

Please sign in to comment.