mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
rules(pacman): -S with no target
This commit is contained in:
parent
3eba91caf6
commit
1009bcd1b2
1 changed files with 9 additions and 0 deletions
|
|
@ -13,3 +13,12 @@ suggest = [
|
|||
{{command[0]}} -S {{command[1:]}}''',
|
||||
]
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"no targets specified"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
#[cmd_contains(-S)]
|
||||
{{command[0]}} -Syu''',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue