diff --git a/crates/ty/docs/cli.md b/crates/ty/docs/cli.md index 61d2e392f7..d5cfaa311b 100644 --- a/crates/ty/docs/cli.md +++ b/crates/ty/docs/cli.md @@ -51,7 +51,7 @@ ty check [OPTIONS] [PATH]...
--output-format output-formatThe format to use for printing diagnostic messages
Possible values:
full: Print diagnostics verbosely, with context and helpful hintsfull: Print diagnostics verbosely, with context and helpful hints [default]concise: Print diagnostics concisely, one per line--project projectRun the command within the given project directory.
All pyproject.toml files will be discovered by walking up the directory tree from the given project directory, as will the project's virtual environment (.venv) unless the venv-path option is set.