We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cb714 commit 875d304Copy full SHA for 875d304
1 file changed
rc/shell/functions
@@ -44,7 +44,7 @@ function package_manager_command() {
44
local PACKAGE_MANAGER_FAMILY
45
46
case "${1}" in
47
- install|search|uninstall|update|upgrade|-* )
+ info|install|list|search|uninstall|update|upgrade|-* )
48
OPERATION="${1}"
49
shift
50
;;
0 commit comments