rules(pacman): full system upgrade only when no argument specified

This commit is contained in:
iff 2025-03-28 15:10:31 +01:00
parent cfe8a1e1ba
commit db935e07e3

View file

@ -6,6 +6,10 @@ pattern = [
]
suggest = [
'''
{{command}} -Syu'''
#[length(1)]
{{command}} -Syu''',
'''
#[min_length(2)]
{{command[0]}} -S {{command[1:]}}''',
]