From 2ef9fa69808c4915d630f671341fb43099071719 Mon Sep 17 00:00:00 2001 From: ralbertazzi Date: Sun, 14 May 2023 17:34:33 +0200 Subject: [PATCH] docs: add lock option to docs --- docs/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cli.md b/docs/cli.md index 17cd02040a2..b5913b69040 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -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