Skip to content

Commit

Permalink
Added missing Option in install command description (#3500)
Browse files Browse the repository at this point in the history
* Added missing Option in install command description
  • Loading branch information
v-goncharenko authored Dec 26, 2020
1 parent bf30ca6 commit 2aab9bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ poetry install --no-root

* `--no-dev`: Do not install dev dependencies.
* `--no-root`: Do not install the root package (your project).
* `--dry-run`: Output the operations but do not execute anything (implicitly enables --verbose).
* `--remove-untracked`: Remove dependencies not presented in the lock file
* `--extras (-E)`: Features to install (multiple values allowed).

## update
Expand Down

0 comments on commit 2aab9bc

Please sign in to comment.