1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 23:03:53 -05:00

Implement some basic command line help

This commit is contained in:
Ryan Baumann
2011-08-10 09:53:24 -04:00
parent 3f3992d95a
commit f2f8ef88a5
2 changed files with 44 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ export PATH="${libexec_path}:${PATH}"
command="$1"
if [ -z "$command" ]; then
echo "rbenv 0.1.0" >&2
echo -e "rbenv 0.1.0\n$(rbenv-help)" >&2
else
command_path="$(command -v "rbenv-$command" || true)"