We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6edf86 commit 2353d18Copy full SHA for 2353d18
1 file changed
bin/gpm
@@ -95,6 +95,7 @@ case "${1:-"install"}" in
95
gpm-$plugin $@ &&
96
exit
97
else
98
+ echo ">> No command 'gpm $1'"
99
usage && exit 1
100
fi
101
;;
0 commit comments