Merge pull request #212 from return42/fix-manage

[fix] ./manage script, prompt the unknown command
dependabot/pip/master/sphinx-6.1.3
Markus Heiser 3 years ago committed by GitHub
commit 197fa188c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -525,7 +525,7 @@ main() {
*)
_type="$(type -t "$cmd")"
if [ "$_type" != 'function' ]; then
err_msg "unknown command $1 / use --help"
err_msg "unknown command: $cmd / use --help"
return 42
else
"$cmd" "$@"

Loading…
Cancel
Save