USAGE.md: updates for deprecated commands (#94144)

This commit is contained in:
Miccal Matthews 2020-12-03 09:58:45 +08:00 committed by GitHub
parent c2a0e1b5f4
commit 1fb821a4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -46,21 +46,21 @@ This will both uninstall the Cask and remove applications which were moved to `/
## Other Commands ## Other Commands
* `info` — displays information about the given Cask * `info` — displays information about the given Cask
* `cask fetch` — downloads remote application files for the given Cask to the local cache (with `--force`, re-download even if already cached) * `fetch` — downloads remote application files for the given Cask to the local cache (with `--force`, re-download even if already cached)
* `--cache` — displays the path to Homebrew's local cache * `--cache` — displays the path to Homebrew's local cache
* `doctor` — checks for configuration issues * `doctor` — checks for configuration issues
* `style` — checks Cask style using RuboCop * `style` — checks Cask style using RuboCop
* `home` — opens the homepage of the given Cask; or with no arguments, the Homebrew project page * `home` — opens the homepage of the given Cask; or with no arguments, the Homebrew project page
* `cask zap` — try to remove *all* files associated with a Cask (may include resources shared with other applications) * `uninstall --zap` — try to remove *all* files associated with a Cask (may include resources shared with other applications)
* `outdated` — lists all outdated Casks * `outdated` — lists all outdated Casks
* `upgrade` — updates all outdated Casks * `upgrade` — updates all outdated Casks
The following commands are for Cask authors: The following commands are for Cask authors:
* `cask audit` — verifies installability of Casks * `audit` — verifies installability of Casks
* `cask cat` — dumps the given Cask to the standard output * `cat` — dumps the given Cask to the standard output
* `cask create` — creates a Cask and opens it in an editor * `create --cask` — creates a Cask and opens it in an editor
* `cask edit` — edits the given Cask * `edit` — edits the given Cask
The following aliases and abbreviations are provided for convenience: The following aliases and abbreviations are provided for convenience: