Skip to content
Snippets Groups Projects
Commit 742df8bb authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

Reorder usage examples for brew help


- Reorder listed commands to better reflect a typical workflow (search,
  then query for details via `info` and friends, then install, later
  update and upgrade, at last maybe uninstall).
- Remove niche `pin` and `unpin` commands.
- Drop `--env` in the Troubleshooting section.

And use `/REGEX/` instead of `/PATTERN/` to be clearer what is expected.

Closes #177.

Signed-off-by: default avatarMartin Afanasjew <martin@afanasjew.de>
parent d579dbb4
No related branches found
No related tags found
No related merge requests found
HOMEBREW_HELP = <<-EOS
Example usage:
brew search [TEXT|/REGEX/]
brew (info|home|options) [FORMULA...]
brew install FORMULA...
brew uninstall FORMULA...
brew search [TEXT|/PATTERN/]
brew list [FORMULA...]
brew update
brew upgrade [FORMULA...]
brew (pin|unpin) [FORMULA...]
brew uninstall FORMULA...
brew list [FORMULA...]
Troubleshooting:
brew config
brew doctor
brew install -vd FORMULA
brew (--env|config)
Brewing:
brew create [URL [--no-fetch]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment