commit
04bcf69287
@ -116,8 +116,12 @@ names, and other aspects of this manual are still subject to change.
|
||||
Uninstall the given Cask. With `--force`, uninstall even if the Cask
|
||||
does not appear to be present.
|
||||
|
||||
* `upgrade` <token> [ <token> ... ]:
|
||||
Upgrades the given Cask if outdated.
|
||||
* `upgrade` [--force] [--greedy] <token> [ <token> ... ]:
|
||||
Without token arguments, upgrade all the installed Casks that have newer
|
||||
versions available in the tap; otherwise update the tokens given
|
||||
in the command line.
|
||||
If `--greedy` is given then also upgrade the Casks having `auto_updates true`
|
||||
or `version :latest`.
|
||||
|
||||
* `zap` <token> [ <token> ... ]:
|
||||
Unconditionally remove _all_ files associated with the given Cask.
|
||||
|
||||
@ -114,8 +114,8 @@ Check the given Casks for correct style using RuboCop Cask \fIhttps://github\.co
|
||||
Uninstall the given Cask\. With \fB\-\-force\fR, uninstall even if the Cask does not appear to be present\.
|
||||
.
|
||||
.TP
|
||||
\fBupgrade\fR \fItoken\fR [ \fItoken\fR \.\.\. ]
|
||||
Upgrades the given Cask if outdated\.
|
||||
\fBupgrade\fR [\-\-force] [\-\-greedy] \fItoken\fR [ \fItoken\fR \.\.\. ]
|
||||
Without token arguments, upgrade all the installed Casks that have newer versions available in the tap; otherwise update the tokens given in the command line\. If \fB\-\-greedy\fR is given then also upgrade the Casks having \fBauto_updates true\fR or \fBversion :latest\fR\.
|
||||
.
|
||||
.TP
|
||||
\fBzap\fR \fItoken\fR [ \fItoken\fR \.\.\. ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user