1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 21:13:46 -05:00

Clarify help text of some commands (#1567)

This commit is contained in:
Mislav Marohnić
2024-04-29 14:20:47 +02:00
committed by GitHub
parent f2ac882579
commit ac020225c2
5 changed files with 25 additions and 5 deletions

View File

@@ -1,6 +1,12 @@
#!/usr/bin/env bash
# Summary: List all available rbenv commands
# Usage: rbenv commands [--sh|--no-sh]
#
# List names of all rbenv commands, including 3rd-party ones found in the
# PATH or in rbenv plugins. With `--sh`, list only shell commands.
#
# This functionality is mainly meant for scripting. To see usage help for
# rbenv, run `rbenv help`.
set -e
[ -n "$RBENV_DEBUG" ] && set -x