diff options
| author | Markus Reiter | 2017-01-27 18:01:05 +0100 |
|---|---|---|
| committer | GitHub | 2017-01-27 18:01:05 +0100 |
| commit | ad4fd014e1e558207d4eecdafe8667ecba5a8f51 (patch) | |
| tree | 11f398286c564a4ec4e8c2c6f3860feef853bf28 | |
| parent | fc0d46c0a0b39803cdd84bb91bea1ecf54cfee9d (diff) | |
| parent | 9cefb269f968b354f7ccefca2edb98f93153281a (diff) | |
| download | brew-ad4fd014e1e558207d4eecdafe8667ecba5a8f51.tar.bz2 | |
Merge pull request #1919 from miccal/patch-1
Update brew-cask.1.md to include _stanza internal command
| -rw-r--r-- | Library/Homebrew/manpages/brew-cask.1.md | 5 | ||||
| -rw-r--r-- | manpages/brew-cask.1 | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Library/Homebrew/manpages/brew-cask.1.md b/Library/Homebrew/manpages/brew-cask.1.md index a2c9c8c16..a9da5bca6 100644 --- a/Library/Homebrew/manpages/brew-cask.1.md +++ b/Library/Homebrew/manpages/brew-cask.1.md @@ -127,6 +127,11 @@ names, and other aspects of this manual are still subject to change. the appcast checkpoint if the `--calculate` flag is specified. Given a `URL`, calculates the appcast checkpoint for it. + * `_stanza` <stanza_name> [ --table | --yaml | --inspect | --quiet ] [ <cask_token> ... ]: + Given a `stanza_name` and a `cask_token`, returns the current stanza + for a given Cask. If no `cask_token` is given, then data for all + Casks is returned. + ## OPTIONS To make these options persistent, see the ENVIRONMENT section, below. diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index 9b217fed5..238b0af45 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -114,6 +114,10 @@ Given a \fBtoken\fR, returns the current appcast checkpoint, or calculates the a .br Given a \fBURL\fR, calculates the appcast checkpoint for it\. . +.TP +\fB_stanza\fR \fIstanza_name\fR [ \-\-table | \-\-yaml | \-\-inspect | \-\-quiet ] [ \fIcask_token\fR \.\.\. ] +Given a \fBstanza_name\fR and a \fBcask_token\fR, returns the current stanza for a given Cask\. If no \fBcask_token\fR is given, then data for all Casks is returned\. +. .SH "OPTIONS" To make these options persistent, see the ENVIRONMENT section, below\. . |
