mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Change hash rockets to colons. (#22951)
This commit is contained in:
committed by
Josh Hagins
parent
fc8903e9c5
commit
1806aaf9a3
@@ -138,7 +138,7 @@ Given a Application (app) bundle directory on disk, extract the
|
||||
associated app Bundle ID, which may be useful in a Cask uninstall
|
||||
stanza, eg
|
||||
|
||||
uninstall :quit => 'app.id.goes.here'
|
||||
uninstall quit: 'app.id.goes.here'
|
||||
|
||||
The app need not be running for this script to work.
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ if [[ $1 =~ ^-+h(elp)?$ || -z "$1" ]]; then
|
||||
Given a package file, extract a list of candidate Package IDs
|
||||
which may be useful in a Cask uninstall stanza, eg
|
||||
|
||||
uninstall :pkgutil => 'package.id.goes.here'
|
||||
uninstall pkgutil: 'package.id.goes.here'
|
||||
|
||||
The given package file need not be installed.
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ if [[ $1 =~ ^-+h(elp)?$ ]]; then
|
||||
List all installed launchjob IDs, which may be useful
|
||||
in a Cask uninstall stanza, eg
|
||||
|
||||
uninstall :launchctl => 'job.id.goes.here'
|
||||
uninstall launchctl: 'job.id.goes.here'
|
||||
|
||||
Launchctl jobs attributed to Apple will be ommitted.
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ if [[ $1 =~ ^-+h(elp)?$ ]]; then
|
||||
Print Bundle IDs for currently loaded Kernel Extensions (kexts)
|
||||
which may be useful in a Cask uninstall stanza, eg
|
||||
|
||||
uninstall :kext => 'kext.bundle.id.goes.here'
|
||||
uninstall kext: 'kext.bundle.id.goes.here'
|
||||
|
||||
Kexts attributed to Apple are excluded from the output.
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ if [[ $1 =~ ^-+h(elp)?$ ]]; then
|
||||
List IDs for currently-loaded launchctl jobs, which may be useful
|
||||
in a Cask uninstall stanza, eg
|
||||
|
||||
uninstall :launchctl => 'job.id.goes.here'
|
||||
uninstall launchctl: 'job.id.goes.here'
|
||||
|
||||
If this command is not run as the superuser, you will be prompted
|
||||
for a password to run a subcommand using 'sudo'. The password is
|
||||
|
||||
@@ -21,7 +21,7 @@ Given an Application (app) bundle directory on disk, find all
|
||||
login items associated with that app, which you can use in a
|
||||
Cask uninstall stanza, eg
|
||||
|
||||
uninstall :login_item => 'login item name'
|
||||
uninstall login_item: 'login item name'
|
||||
|
||||
Note that you will likely need to have opened the app at least
|
||||
once for any login items to be present.
|
||||
|
||||
@@ -30,7 +30,7 @@ if [[ $1 =~ ^-+h(elp)?$ ]]; then
|
||||
Print pkg receipt IDs for the 10 most-recently-installed packages,
|
||||
which may be useful in a Cask uninstall stanza, eg
|
||||
|
||||
uninstall :pkgutil => 'pkg.receipt.id.goes.here'
|
||||
uninstall pkgutil: 'pkg.receipt.id.goes.here'
|
||||
|
||||
Package IDs attributed to Apple are excluded from the output.
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ list_running_app_ids [ -t <bundle-id> ]
|
||||
Print a list of currently running Applications and associated
|
||||
Bundle IDs, which may be useful in a Cask uninstall stanza, eg
|
||||
|
||||
uninstall :quit => 'bundle.id.goes.here'
|
||||
uninstall quit: 'bundle.id.goes.here'
|
||||
|
||||
Applications attributed to Apple are excluded from the output.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user