Skip to content

Commit

Permalink
docs: Add --no-strict option to CLI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
finswimmer committed Jan 7, 2025
1 parent 82a7dd4 commit 2bf2115
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 @@ -799,6 +799,7 @@ poetry check
### Options

* `--lock`: Verifies that `poetry.lock` exists for the current `pyproject.toml`.
* `--no-strict`: Reports warnings without causing the command to fail, changing the return code from 1 to 0 in case only warnings are present.

## search

Expand Down

0 comments on commit 2bf2115

Please sign in to comment.