Skip to content

Commit

Permalink
docs: add lock option to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ralbertazzi committed May 14, 2023
1 parent f2f61c4 commit 2ef9fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ about dependency groups.
* `--group (-G)`: The group to remove the dependency from.
* `--dev (-D)`: Removes a package from the development dependencies. (**Deprecated**, use `-G dev` instead)
* `--dry-run` : Outputs the operations but will not execute anything (implicitly enables --verbose).
* `--lock`: Do not perform operations (only update the lockfile).


## show
Expand Down

0 comments on commit 2ef9fa6

Please sign in to comment.