From 365e524bbd69ccb4c7fe5df25ae4b8a7fd250a1e Mon Sep 17 00:00:00 2001 From: orlserg Date: Mon, 30 Sep 2024 01:35:57 +0300 Subject: [PATCH] Update cli.md impact/docs --- docs/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index b5913b69040..a0759c27035 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1005,3 +1005,5 @@ poetry self install --sync * `--sync`: Synchronize the environment with the locked packages and the specified groups. * `--dry-run`: Output the operations but do not execute anything (implicitly enables --verbose). + +Hello