Updated cask search manpage
This commit is contained in:
parent
8e5ad9ad9b
commit
50db7db724
@ -1,5 +1,5 @@
|
|||||||
brew-cask(1) - a friendly binary installer for macOS
|
brew-cask(1) - a friendly binary installer for macOS
|
||||||
========================================================
|
====================================================
|
||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ names, and other aspects of this manual are still subject to change.
|
|||||||
|
|
||||||
If <token> is given, summarize the staged files associated with the
|
If <token> is given, summarize the staged files associated with the
|
||||||
given Cask.
|
given Cask.
|
||||||
|
|
||||||
* `outdated` [--greedy] [--verbose|--quiet] [ <token> ...]:
|
* `outdated` [--greedy] [--verbose|--quiet] [ <token> ...]:
|
||||||
Without token arguments, display all the installed Casks that have newer
|
Without token arguments, display all the installed Casks that have newer
|
||||||
versions available in the tap; otherwise check only the tokens given
|
versions available in the tap; otherwise check only the tokens given
|
||||||
@ -101,9 +101,10 @@ names, and other aspects of this manual are still subject to change.
|
|||||||
Reinstall the given Cask.
|
Reinstall the given Cask.
|
||||||
|
|
||||||
* `search` or `-S` [<text> | /<regexp>/]:
|
* `search` or `-S` [<text> | /<regexp>/]:
|
||||||
Without an argument, display all Casks available for install; otherwise
|
Without an argument, display all locally available Casks for install; no
|
||||||
perform a substring search of known Cask tokens for <text> or, if the
|
online search is performed.
|
||||||
text is delimited by slashes (/<regexp>/), it is interpreted as a
|
Otherwise perform a substring search of known Cask tokens for <text> or,
|
||||||
|
if the text is delimited by slashes (/<regexp>/), it is interpreted as a
|
||||||
Ruby regular expression.
|
Ruby regular expression.
|
||||||
|
|
||||||
* `style` [--fix] [ <token> ... ]:
|
* `style` [--fix] [ <token> ... ]:
|
||||||
@ -255,7 +256,7 @@ Environment variables specific to Homebrew-Cask:
|
|||||||
export HOMEBREW_CASK_OPTS='--appdir=~/Applications --fontdir=/Library/Fonts'
|
export HOMEBREW_CASK_OPTS='--appdir=~/Applications --fontdir=/Library/Fonts'
|
||||||
|
|
||||||
Other environment variables:
|
Other environment variables:
|
||||||
|
|
||||||
* `SUDO_ASKPASS`:
|
* `SUDO_ASKPASS`:
|
||||||
When this variable is set, Homebrew-Cask will call `sudo`(8) with the `-A` option.
|
When this variable is set, Homebrew-Cask will call `sudo`(8) with the `-A` option.
|
||||||
|
|
||||||
|
|||||||
@ -103,7 +103,7 @@ Reinstall the given Cask\.
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBsearch\fR or \fB\-S\fR [\fItext\fR | /\fIregexp\fR/]
|
\fBsearch\fR or \fB\-S\fR [\fItext\fR | /\fIregexp\fR/]
|
||||||
Without an argument, display all Casks available for install; otherwise perform a substring search of known Cask tokens for \fItext\fR or, if the text is delimited by slashes (/\fIregexp\fR/), it is interpreted as a Ruby regular expression\.
|
Without an argument, display all locally available Casks for install; no online search is performed\. Otherwise perform a substring search of known Cask tokens for \fItext\fR or, if the text is delimited by slashes (/\fIregexp\fR/), it is interpreted as a Ruby regular expression\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBstyle\fR [\-\-fix] [ \fItoken\fR \.\.\. ]
|
\fBstyle\fR [\-\-fix] [ \fItoken\fR \.\.\. ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user