rules(pacman): -S with no target

This commit is contained in:
iff 2025-04-22 15:39:06 +02:00
parent 3eba91caf6
commit 1009bcd1b2

View file

@ -13,3 +13,12 @@ suggest = [
{{command[0]}} -S {{command[1:]}}''',
]
[[match_err]]
pattern = [
"no targets specified"
]
suggest = [
'''
#[cmd_contains(-S)]
{{command[0]}} -Syu''',
]