pay-respects/core/rules/pacman.toml
2024-12-08 16:54:47 +01:00

11 lines
113 B
TOML

command = "pacman"
[[match_err]]
pattern = [
"no operation specified"
]
suggest = [
'''
{{command}} -Syu'''
]