Skip to content

Commit f837a9d

Browse files
committed
docs(poly check): the --strict command now checks for matching versions
1 parent fdae4f1 commit f837a9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/commands.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,9 @@ rye run poly check
294294
Show info about libraries used in a specific project.
295295

296296
`--strict`
297-
A more narrow way of comparing third-party libraries and the actual imports.
298-
This is useful to rule out possible false positives.
297+
A more narrow way of comparing third-party libraries, versions and the actual imports.
298+
This is useful to rule out possible false positives,
299+
and to ensure using the same version strings for the libraries across the workspace.
299300

300301
`--alias`
301302
Useful when an import differ from the library name.

0 commit comments

Comments
 (0)