Skip to content

Commit

Permalink
pacapt(v3.0.2: regenerate)
Browse files Browse the repository at this point in the history
  • Loading branch information
icymatter committed Jul 5, 2021
1 parent 663038a commit db09ffd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pacapt
Original file line number Diff line number Diff line change
Expand Up @@ -2295,6 +2295,14 @@ zypper_Sl() {
fi
}

zypper_Sg() {
if [ $# -gt 0 ]; then
zypper info "$@"
else
zypper patterns
fi
}

zypper_Ss() {
zypper search "$@"
}
Expand Down Expand Up @@ -2621,6 +2629,7 @@ _validate_operation() {
"zypper_Suy") ;;
"zypper_Sy") ;;
"zypper_Sl") ;;
"zypper_Sg") ;;
"zypper_Ss") ;;
"zypper_Su") ;;
"zypper_Sc") ;;
Expand Down

0 comments on commit db09ffd

Please sign in to comment.