mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:35:42 +02:00
brew-cask: Remove ‘search‘ as it was deprecated, added ‘zap‘
This commit is contained in:
parent
faf80b8f3a
commit
ee21faf69e
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
|||
|
||||
> Package manager for macOS applications distributed as binaries.
|
||||
|
||||
- Search for casks:
|
||||
|
||||
`brew cask search {{text}}`
|
||||
|
||||
- Install a cask:
|
||||
|
||||
`brew cask install {{cask_name}}`
|
||||
|
@ -26,6 +22,10 @@
|
|||
|
||||
`brew cask uninstall {{cask_name}}`
|
||||
|
||||
- Uninstall a cask and remove related settings and files:
|
||||
|
||||
`brew cask zap {{cask_name}}`
|
||||
|
||||
- Display information about a given cask:
|
||||
|
||||
`brew cask info {{cask_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue