rules: use short arguments for Mac compatibility

This commit is contained in:
iff 2025-05-22 11:33:22 +02:00
parent f33d9624b5
commit 5a64e6c6c8
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ pattern = [
]
suggest = [
'''
{{command}} --recursive '''
{{command[0]}} -r {{command[1:]}} '''
]
[[match_err]]