Merge pull request #17415 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
commit
78169b4876
@ -601,8 +601,8 @@ _brew_cleanup() {
|
||||
--prune
|
||||
--prune-prefix
|
||||
--quiet
|
||||
--scrub
|
||||
--verbose
|
||||
-s
|
||||
"
|
||||
return
|
||||
;;
|
||||
|
||||
@ -487,8 +487,8 @@ __fish_brew_complete_arg 'cleanup' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'cleanup' -l prune -d 'Remove all cache files older than specified days. If you want to remove everything, use `--prune=all`'
|
||||
__fish_brew_complete_arg 'cleanup' -l prune-prefix -d 'Only prune the symlinks and directories from the prefix and remove no other files'
|
||||
__fish_brew_complete_arg 'cleanup' -l quiet -d 'Make some output more quiet'
|
||||
__fish_brew_complete_arg 'cleanup' -l scrub -d 'Scrub the cache, including downloads for even the latest versions. Note that downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"`'
|
||||
__fish_brew_complete_arg 'cleanup' -l verbose -d 'Make some output more verbose'
|
||||
__fish_brew_complete_arg 'cleanup' -l s -d 'Scrub the cache, including downloads for even the latest versions. Note that downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"`'
|
||||
__fish_brew_complete_arg 'cleanup' -a '(__fish_brew_suggest_formulae_all)'
|
||||
__fish_brew_complete_arg 'cleanup' -a '(__fish_brew_suggest_casks_all)'
|
||||
|
||||
|
||||
@ -626,8 +626,8 @@ _brew_cleanup() {
|
||||
'--prune[Remove all cache files older than specified days. If you want to remove everything, use `--prune=all`]' \
|
||||
'--prune-prefix[Only prune the symlinks and directories from the prefix and remove no other files]' \
|
||||
'--quiet[Make some output more quiet]' \
|
||||
'--scrub[Scrub the cache, including downloads for even the latest versions. Note that downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"`]' \
|
||||
'--verbose[Make some output more verbose]' \
|
||||
'-s[Scrub the cache, including downloads for even the latest versions. Note that downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"`]' \
|
||||
- formula \
|
||||
'*::formula:__brew_formulae' \
|
||||
- cask \
|
||||
|
||||
@ -142,7 +142,7 @@ old. This can be adjusted with `HOMEBREW_CLEANUP_MAX_AGE_DAYS`.
|
||||
|
||||
: Show what would be removed, but do not actually remove anything.
|
||||
|
||||
`-s`
|
||||
`-s`, `--scrub`
|
||||
|
||||
: Scrub the cache, including downloads for even the latest versions. Note that
|
||||
downloads for any installed formulae or casks will still not be deleted. If
|
||||
|
||||
@ -88,7 +88,7 @@ Remove all cache files older than specified \fIdays\fP\&\. If you want to remove
|
||||
\fB\-n\fP, \fB\-\-dry\-run\fP
|
||||
Show what would be removed, but do not actually remove anything\.
|
||||
.TP
|
||||
\fB\-s\fP
|
||||
\fB\-s\fP, \fB\-\-scrub\fP
|
||||
Scrub the cache, including downloads for even the latest versions\. Note that downloads for any installed formulae or casks will still not be deleted\. If you want to delete those too: \fBrm \-rf "$(brew \-\-cache)"\fP
|
||||
.TP
|
||||
\fB\-\-prune\-prefix\fP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user