pay-respects/rules/sudo.toml

7 lines
99 B
TOML
Raw Normal View History

2023-07-30 18:40:18 +02:00
command = "sudo"
[[match_output]]
pattern = [ "permission denied" ]
suggest = 'sudo {{command}}'