docs: add missing conditions

This commit is contained in:
iff 2024-11-19 22:45:53 +01:00
parent 88309b31e4
commit 5a6f6ac1d1

View file

@ -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.