mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
parent
26a87c08f5
commit
be07b13be9
@ -601,8 +601,8 @@ _brew_cleanup() {
|
|||||||
--prune
|
--prune
|
||||||
--prune-prefix
|
--prune-prefix
|
||||||
--quiet
|
--quiet
|
||||||
|
--scrub
|
||||||
--verbose
|
--verbose
|
||||||
-s
|
|
||||||
"
|
"
|
||||||
return
|
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 -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 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 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 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_formulae_all)'
|
||||||
__fish_brew_complete_arg 'cleanup' -a '(__fish_brew_suggest_casks_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[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]' \
|
'--prune-prefix[Only prune the symlinks and directories from the prefix and remove no other files]' \
|
||||||
'--quiet[Make some output more quiet]' \
|
'--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]' \
|
'--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 \
|
||||||
'*::formula:__brew_formulae' \
|
'*::formula:__brew_formulae' \
|
||||||
- cask \
|
- 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.
|
: 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
|
: 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
|
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
|
\fB\-n\fP, \fB\-\-dry\-run\fP
|
||||||
Show what would be removed, but do not actually remove anything\.
|
Show what would be removed, but do not actually remove anything\.
|
||||||
.TP
|
.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
|
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
|
.TP
|
||||||
\fB\-\-prune\-prefix\fP
|
\fB\-\-prune\-prefix\fP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user