diff --git a/crates/ty/docs/cli.md b/crates/ty/docs/cli.md index 83de0b3d6d..b770f75079 100644 --- a/crates/ty/docs/cli.md +++ b/crates/ty/docs/cli.md @@ -54,10 +54,10 @@ over all configuration files.

--exclude exclude

Glob patterns for files to exclude from type checking.

Uses gitignore-style syntax to exclude files and directories from type checking. Supports patterns like tests/, *.tmp, **/__pycache__/**.

--exit-zero

Always use exit code 0, even when there are error-level diagnostics

-
--extra-search-path path

Additional path to use as a module-resolution source (can be passed multiple times).

-

This is an advanced option that should usually only be used for first-party or third-party modules that are not installed into your Python environment in a conventional way. Use --python to point ty to your Python environment if it is in an unusual location.

--help, -h

Print help (see a summary with '-h')

--ignore rule

Disables the rule. Can be specified multiple times.

+
--non-environment-search-path path

Additional path to use as a module-resolution source (can be passed multiple times).

+

This is an advanced option that should usually only be used for first-party or third-party modules that are not installed into your Python environment in a conventional way. Use --python to point ty to your Python environment if it is in an unusual location.

--output-format output-format

The format to use for printing diagnostic messages

Possible values: