Skip to content

Commit db09ffd

Browse files
author
icymatter
committed
pacapt(v3.0.2: regenerate)
1 parent 663038a commit db09ffd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pacapt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,6 +2295,14 @@ zypper_Sl() {
22952295
fi
22962296
}
22972297

2298+
zypper_Sg() {
2299+
if [ $# -gt 0 ]; then
2300+
zypper info "$@"
2301+
else
2302+
zypper patterns
2303+
fi
2304+
}
2305+
22982306
zypper_Ss() {
22992307
zypper search "$@"
23002308
}
@@ -2621,6 +2629,7 @@ _validate_operation() {
26212629
"zypper_Suy") ;;
26222630
"zypper_Sy") ;;
26232631
"zypper_Sl") ;;
2632+
"zypper_Sg") ;;
26242633
"zypper_Ss") ;;
26252634
"zypper_Su") ;;
26262635
"zypper_Sc") ;;

0 commit comments

Comments
 (0)