diff --git a/rules/pacman.toml b/rules/pacman.toml new file mode 100644 index 0000000..c1ea2a2 --- /dev/null +++ b/rules/pacman.toml @@ -0,0 +1,11 @@ +command = "pacman" + +[[match_err]] +pattern = [ + "no operation specified" +] +suggest = [ +''' +{{command}} -Syu''' +] +