fix: escaping for '*' symbol

This commit is contained in:
KotIsOff
2025-08-23 16:46:31 +03:00
parent f91b734aea
commit 45bc4037ec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ If prefix is not specified, '!' level will be used.
Example: '~randutil' - weak dependency 'randutil'.
Dependency version is indicated by postfix after '@' symbol.
If postfix is not specified, '*' (any) version will be used.
If postfix is not specified, '\*' (any) version will be used.
Example: 'randutil@1.0' - dependency 'randutil' which requires version 1.0.