style: trim trailing whitespaces
This commit is contained in:
parent
570fac7f47
commit
8a363b2fb5
@ -1036,7 +1036,7 @@ __fish_brew_complete_arg 'outdated' -l greedy -d 'Print outdated casks with `aut
|
||||
__fish_brew_complete_arg 'outdated' -l greedy-auto-updates -d 'Print outdated casks including those with `auto_updates true`'
|
||||
__fish_brew_complete_arg 'outdated' -l greedy-latest -d 'Print outdated casks including those with `version :latest`'
|
||||
__fish_brew_complete_arg 'outdated' -l help -d 'Show this message'
|
||||
__fish_brew_complete_arg 'outdated' -l json -d 'Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks. '
|
||||
__fish_brew_complete_arg 'outdated' -l json -d 'Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks'
|
||||
__fish_brew_complete_arg 'outdated' -l quiet -d 'List only the names of outdated kegs (takes precedence over `--verbose`)'
|
||||
__fish_brew_complete_arg 'outdated' -l verbose -d 'Include detailed version information'
|
||||
__fish_brew_complete_arg 'outdated; and not __fish_seen_argument -l cask -l casks' -a '(__fish_brew_suggest_formulae_all)'
|
||||
|
@ -1267,7 +1267,7 @@ _brew_outdated() {
|
||||
'--greedy-auto-updates[Print outdated casks including those with `auto_updates true`]' \
|
||||
'--greedy-latest[Print outdated casks including those with `version :latest`]' \
|
||||
'--help[Show this message]' \
|
||||
'(--quiet --verbose)--json[Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks. ]' \
|
||||
'(--quiet --verbose)--json[Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks]' \
|
||||
'(--verbose --json)--quiet[List only the names of outdated kegs (takes precedence over `--verbose`)]' \
|
||||
'(--quiet --json)--verbose[Include detailed version information]' \
|
||||
- formula \
|
||||
|
@ -172,7 +172,7 @@
|
||||
<div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||
Does it
|
||||
<br/>
|
||||
say
|
||||
say
|
||||
<span style="font-family: "system-ui-monospace" , "ui-monospace" , "lucida console" , "menlo" , monospace">
|
||||
bottle
|
||||
<br/>
|
||||
@ -566,7 +566,7 @@
|
||||
<div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||
Does it
|
||||
<br/>
|
||||
say
|
||||
say
|
||||
<span style="font-family: "system-ui-monospace" , "ui-monospace" , "lucida console" , "menlo" , monospace">
|
||||
bottle
|
||||
<br/>
|
||||
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Loading…
x
Reference in New Issue
Block a user