diff options
Diffstat (limited to 'Library/Homebrew/cmd/readall.rb')
| -rw-r--r-- | Library/Homebrew/cmd/readall.rb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/readall.rb b/Library/Homebrew/cmd/readall.rb index 62cdfa5d4..132472b70 100644 --- a/Library/Homebrew/cmd/readall.rb +++ b/Library/Homebrew/cmd/readall.rb @@ -1,7 +1,10 @@ -# `brew readall` tries to import all formulae one-by-one. -# This can be useful for debugging issues across all formulae -# when making significant changes to formula.rb, -# or to determine if any current formulae have Ruby issues +#: @hide_from_man_page +#: * `readall` [tap]: +#: Import all formulae in a tap (defaults to core tap). +#: +#: This can be useful for debugging issues across all formulae +#: when making significant changes to `formula.rb`, +#: or to determine if any current formulae have Ruby issues require "readall" |
