mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
docs: add missing conditions
This commit is contained in:
parent
88309b31e4
commit
5a6f6ac1d1
1 changed files with 1 additions and 0 deletions
1
rules.md
1
rules.md
|
|
@ -67,6 +67,7 @@ Suggestions can have additional conditions to check. To specify conditions, add
|
|||
- `length`: Check whether the given command has the length of the argument
|
||||
- `min_length`: Check whether the given command has at least the length of the argument
|
||||
- `max_length`: Check whether the given command has at most the length of the argument
|
||||
- `shell`: Check if the current running shell is the argument
|
||||
|
||||
For locale other than English, be aware that patterns should be the output having `LC_ALL=C` environment variable.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue