pay-respects/rules/pacman.toml

12 lines
113 B
TOML
Raw Normal View History

2024-11-16 15:22:19 +01:00
command = "pacman"
[[match_err]]
pattern = [
"no operation specified"
]
suggest = [
'''
{{command}} -Syu'''
]