1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

Improve syntax for inline documentation and allow for multi-line usage

This commit is contained in:
Sam Stephenson
2012-12-29 12:06:20 -06:00
parent ef44b4ccac
commit 4c19dc22d7
10 changed files with 170 additions and 97 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# Usage: rbenv commands [ --sh | --no-sh ]
# Summary: List all rbenv commands
# Summary: List all available rbenv commands
# Usage: rbenv commands [--sh|--no-sh]
set -e
[ -n "$RBENV_DEBUG" ] && set -x