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
f0be2ca4d5
commit
81f9d26623
@ -950,7 +950,7 @@ __fish_brew_complete_arg 'lc; and not __fish_seen_argument -l cask -l casks' -a
|
|||||||
__fish_brew_complete_arg 'lc; and not __fish_seen_argument -l formula -l formulae' -a '(__fish_brew_suggest_casks_all)'
|
__fish_brew_complete_arg 'lc; and not __fish_seen_argument -l formula -l formulae' -a '(__fish_brew_suggest_casks_all)'
|
||||||
|
|
||||||
|
|
||||||
__fish_brew_complete_cmd 'leaves' 'List installed formulae that are not dependencies of another installed formula'
|
__fish_brew_complete_cmd 'leaves' 'List installed formulae that are not dependencies of another installed formula or cask'
|
||||||
__fish_brew_complete_arg 'leaves' -l debug -d 'Display any debugging information'
|
__fish_brew_complete_arg 'leaves' -l debug -d 'Display any debugging information'
|
||||||
__fish_brew_complete_arg 'leaves' -l help -d 'Show this message'
|
__fish_brew_complete_arg 'leaves' -l help -d 'Show this message'
|
||||||
__fish_brew_complete_arg 'leaves' -l installed-as-dependency -d 'Only list leaves that were installed as dependencies'
|
__fish_brew_complete_arg 'leaves' -l installed-as-dependency -d 'Only list leaves that were installed as dependencies'
|
||||||
|
|||||||
@ -177,7 +177,7 @@ __brew_internal_commands() {
|
|||||||
'install:Install a formula or cask'
|
'install:Install a formula or cask'
|
||||||
'install-bundler-gems:Install Homebrew'\''s Bundler gems'
|
'install-bundler-gems:Install Homebrew'\''s Bundler gems'
|
||||||
'irb:Enter the interactive Homebrew Ruby shell'
|
'irb:Enter the interactive Homebrew Ruby shell'
|
||||||
'leaves:List installed formulae that are not dependencies of another installed formula'
|
'leaves:List installed formulae that are not dependencies of another installed formula or cask'
|
||||||
'link:Symlink all of formula'\''s installed files into Homebrew'\''s prefix'
|
'link:Symlink all of formula'\''s installed files into Homebrew'\''s prefix'
|
||||||
'linkage:Check the library links from the given formula kegs'
|
'linkage:Check the library links from the given formula kegs'
|
||||||
'list:List all installed formulae and casks'
|
'list:List all installed formulae and casks'
|
||||||
|
|||||||
@ -387,7 +387,7 @@ is already installed but outdated.
|
|||||||
|
|
||||||
### `leaves` [`--installed-on-request`] [`--installed-as-dependency`]
|
### `leaves` [`--installed-on-request`] [`--installed-as-dependency`]
|
||||||
|
|
||||||
List installed formulae that are not dependencies of another installed formula.
|
List installed formulae that are not dependencies of another installed formula or cask.
|
||||||
|
|
||||||
* `-r`, `--installed-on-request`:
|
* `-r`, `--installed-on-request`:
|
||||||
Only list leaves that were manually installed.
|
Only list leaves that were manually installed.
|
||||||
|
|||||||
@ -544,7 +544,7 @@ Skip installing cask dependencies\.
|
|||||||
For use with \fBbrew reinstall \-\-cask\fR\. Remove all files associated with a cask\. \fIMay remove files which are shared between applications\.\fR
|
For use with \fBbrew reinstall \-\-cask\fR\. Remove all files associated with a cask\. \fIMay remove files which are shared between applications\.\fR
|
||||||
.
|
.
|
||||||
.SS "\fBleaves\fR [\fB\-\-installed\-on\-request\fR] [\fB\-\-installed\-as\-dependency\fR]"
|
.SS "\fBleaves\fR [\fB\-\-installed\-on\-request\fR] [\fB\-\-installed\-as\-dependency\fR]"
|
||||||
List installed formulae that are not dependencies of another installed formula\.
|
List installed formulae that are not dependencies of another installed formula or cask\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-r\fR, \fB\-\-installed\-on\-request\fR
|
\fB\-r\fR, \fB\-\-installed\-on\-request\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user