feat: exe_contains condition

This commit is contained in:
iff 2025-04-06 16:58:52 +02:00
parent d81ee69611
commit 5b690ed7ca
6 changed files with 15 additions and 8 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- `exe_contains` condition to check if the command contains the argument
### Fixed
- Parsing command environment variables (e.g. `LANG=ja_JP.UTF-8 pacman` will work as intended)