1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 23:03:53 -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 rehash
# Summary: Rehash rbenv shims (run this after installing binaries)
# Usage: rbenv rehash
set -e
[ -n "$RBENV_DEBUG" ] && set -x