rules: pacman

This commit is contained in:
iff 2024-11-16 15:22:19 +01:00
parent c7e2c52068
commit e8e759a719

11
rules/pacman.toml Normal file
View file

@ -0,0 +1,11 @@
command = "pacman"
[[match_err]]
pattern = [
"no operation specified"
]
suggest = [
'''
{{command}} -Syu'''
]