mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
docs: clarify behavior when from_pattern
is not matched
[skip ci]
This commit is contained in:
parent
ffaca8c949
commit
4c4b770c27
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ from_pattern, to_pattern
|
|||
Both are Python-compatible regular expressions. If ``from_pattern`` is found
|
||||
in the version string, it will be replaced with ``to_pattern``.
|
||||
|
||||
If ``from_pattern`` is not found, the version string remains unchanged and no
|
||||
error is emitted.
|
||||
|
||||
missing_ok
|
||||
Suppress warnings and errors if a version checking module finds nothing.
|
||||
Currently only ``regex`` supports it.
|
||||
|
|
Loading…
Add table
Reference in a new issue