From 037551526686a7ac490179ec57e2dfefd98fdba7 Mon Sep 17 00:00:00 2001 From: finswimmer Date: Sun, 16 Oct 2022 08:43:59 +0200 Subject: [PATCH] feat(cli): added --project option to docs --- docs/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cli.md b/docs/cli.md index dee328483da..506fedb609e 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -29,6 +29,7 @@ then `--help` combined with any of those can give you more information. * `--no-interaction (-n)`: Do not ask any interactive question. * `--no-plugins`: Disables plugins. * `--no-cache`: Disables Poetry source caches. +* `--project=PROJECT (-p)`: The working directory for the Poetry command (defaults to the current working directory). ## new