diff options
| author | Mike McQuaid | 2018-02-27 12:07:30 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2018-02-27 12:07:30 +0000 | 
| commit | 6302da37f66fe9bb04e95fe67e8529fe0086187d (patch) | |
| tree | 9e82c9878d286a3aab61a934f95b5bd2b687e764 /docs/Manpage.md | |
| parent | 7b365262ff356a059bb812c9e34478e04095ca06 (diff) | |
| download | brew-6302da37f66fe9bb04e95fe67e8529fe0086187d.tar.bz2 | |
Add prof and ruby commands.
These are imported from Homebrew/homebrew-dev-tools and are both used by
maintainers so may be useful for contributors too.
Diffstat (limited to 'docs/Manpage.md')
| -rw-r--r-- | docs/Manpage.md | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/docs/Manpage.md b/docs/Manpage.md index 91f9e0414..6b6dc91ab 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -782,6 +782,10 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note      Additionally, the date used in new manpages will match those in the existing      manpages (to allow comparison without factoring in the date). +  * `prof` [`ruby options`]: +    Run Homebrew with the Ruby profiler. +    For example: +    * `pull` [`--bottle`] [`--bump`] [`--clean`] [`--ignore-whitespace`] [`--resolve`] [`--branch-okay`] [`--no-pbcopy`] [`--no-publish`] [`--warn-on-publish-failure`] [`--bintray-org=``bintray-org`] [`--test-bot-user=``test-bot-user`] `patch-source` [`patch-source`]:      Gets a patch from a GitHub commit or pull request and applies it to Homebrew. @@ -839,6 +843,10 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note      If `--markdown` is passed, output as a Markdown list. +  * `ruby` [`ruby options`]: +    Run a Ruby instance with Homebrew's libraries loaded. +    For example: +    * `tap-new` `user``/``repo`:      Generate the template files for a new tap. | 
