ソースを参照

allow indented lines in help text

Before, lines of help that were indented were stripped away.
pull/360/head^2
Mislav Marohnić 13年前
コミット
5cc6b0e3d3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      libexec/rbenv-help

+ 1
- 1
libexec/rbenv-help ファイルの表示

@ -40,7 +40,7 @@ collect_documentation() {
next
}
/^([^ ]|$)/ {
{
reading_usage = 0
help = help "\n" $0
}

読み込み中…
キャンセル
保存