From d8876a9da4cff0843e65bcbfba1b268235e7e2b6 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Mon, 8 Jun 2015 19:17:29 +0800 Subject: manpage: add tap-info --- Library/Homebrew/manpages/brew.1.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 998e277ff..a77f0f7e8 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -355,6 +355,18 @@ Note that these flags should only appear after a command. * `tap --repair`: Migrate tapped formulae from symlink-based to directory-based structure. + * `tap-info` : + Display information about . + + * `tap-info --json=` (--installed|): + Print a JSON representation of . Currently the only accepted value + for is `v1`. + + Pass `--installed` to get information on installed taps. + + See the docs for examples of using the JSON: + + * `test` [--devel|--HEAD] [--debug] : A few formulae provide a test method. `brew test ` runs this test method. There is no standard output or return code, but it should -- cgit v1.2.3