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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user