Skip to content

Commit 2ef9fa6

Browse files
committed
docs: add lock option to docs
1 parent f2f61c4 commit 2ef9fa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ about dependency groups.
471471
* `--group (-G)`: The group to remove the dependency from.
472472
* `--dev (-D)`: Removes a package from the development dependencies. (**Deprecated**, use `-G dev` instead)
473473
* `--dry-run` : Outputs the operations but will not execute anything (implicitly enables --verbose).
474+
* `--lock`: Do not perform operations (only update the lockfile).
474475

475476

476477
## show

0 commit comments

Comments
 (0)