fix: escaping for '*' symbol
This commit is contained in:
parent
f91b734aea
commit
45bc4037ec
@ -31,7 +31,7 @@ If prefix is not specified, '!' level will be used.
|
|||||||
Example: '~randutil' - weak dependency 'randutil'.
|
Example: '~randutil' - weak dependency 'randutil'.
|
||||||
|
|
||||||
Dependency version is indicated by postfix after '@' symbol.
|
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.
|
Example: 'randutil@1.0' - dependency 'randutil' which requires version 1.0.
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
Пример: '~randutil@1.0' - слабая зависимость 'randutil'.
|
Пример: '~randutil@1.0' - слабая зависимость 'randutil'.
|
||||||
|
|
||||||
Версии зависимостей указываются с помощью постфикса через '@'.
|
Версии зависимостей указываются с помощью постфикса через '@'.
|
||||||
Отсутствие версии зависимости интерпретируется как '*', т.е. любая версия.
|
Отсутствие версии зависимости интерпретируется как '\*', т.е. любая версия.
|
||||||
|
|
||||||
Пример: 'randutil@1.0' - зависимость 'randutil' версии 1.0.
|
Пример: 'randutil@1.0' - зависимость 'randutil' версии 1.0.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user