Pārlūkot izejas kodu

Add "-h" and "--help" which work as expected

pull/360/head^2
Samuel Cochran pirms 13 gadiem
vecāks
revīzija
a14095f299
1 mainītis faili ar 6 papildinājumiem un 4 dzēšanām
  1. +6
    -4
      libexec/rbenv

+ 6
- 4
libexec/rbenv Parādīt failu

@ -19,10 +19,11 @@ libexec_path="$(abs_dirname "$0")"
export PATH="${libexec_path}:${PATH}"
command="$1"
if [ -z "$command" ]; then
case $command in
"" | "-h" | "--help")
echo -e "rbenv 0.1.0\n$(rbenv-help)" >&2
else
;;
*)
command_path="$(command -v "rbenv-$command" || true)"
if [ -z "$command_path" ]; then
echo "rbenv: no such command \`$command'" >&2
@ -31,4 +32,5 @@ else
shift 1
exec "$command_path" "$@"
fi
;;
esac

Notiek ielāde…
Atcelt
Saglabāt