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

@ -19,7 +19,7 @@ pattern = [
]
suggest = [
'''
#[cmd_contains(./)]
#[exe_contains(/)]
chmod +x {{command[0]}} &&
{{command}}'''
]