mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +01:00
rules(pacman): full system upgrade only when no argument specified
This commit is contained in:
parent
cfe8a1e1ba
commit
db935e07e3
1 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,10 @@ pattern = [
|
||||||
]
|
]
|
||||||
suggest = [
|
suggest = [
|
||||||
'''
|
'''
|
||||||
{{command}} -Syu'''
|
#[length(1)]
|
||||||
|
{{command}} -Syu''',
|
||||||
|
'''
|
||||||
|
#[min_length(2)]
|
||||||
|
{{command[0]}} -S {{command[1:]}}''',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue