diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-13 11:46:25 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-13 11:46:25 +0900 |
| commit | b5da595150518d77a73a578aac069f1014c3af35 (patch) | |
| tree | 1612c5b4cbf3334094f87b668906e05c991bd7ee /src/_cf | |
| parent | Add editor settings to all files (diff) | |
| download | zsh-completions-fix-format.tar zsh-completions-fix-format.tar.gz zsh-completions-fix-format.tar.bz2 zsh-completions-fix-format.tar.lz zsh-completions-fix-format.tar.xz zsh-completions-fix-format.tar.zst zsh-completions-fix-format.zip | |
Fix indentation sizefix-format
Diffstat (limited to 'src/_cf')
| -rw-r--r-- | src/_cf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -77,7 +77,7 @@ __cf_marketplace_services() { declare -a cont_cmd cont_cmd=($(CF_COLOR=false CF_TRACE=false cf marketplace | awk 'NR>4{print $1}')) if [[ "X$cont_cmd" != 'X' ]]; then - _describe 'SERVICE' cont_cmd + _describe 'SERVICE' cont_cmd fi } @@ -86,7 +86,7 @@ __cf_services() { declare -a cont_cmd cont_cmd=($(CF_COLOR=false CF_TRACE=false cf services | awk 'NR>4{print $1}')) if [[ "X$cont_cmd" != 'X' ]]; then - _describe 'SERVICE' cont_cmd + _describe 'SERVICE' cont_cmd fi } @@ -95,7 +95,7 @@ __cf_domains() { declare -a cont_cmd cont_cmd=($(CF_COLOR=false CF_TRACE=false cf domains | grep -v shared | awk 'NR>2{print $1}')) if [[ "X$cont_cmd" != 'X' ]]; then - _describe 'DOMAIN' cont_cmd + _describe 'DOMAIN' cont_cmd fi } @@ -122,7 +122,7 @@ __cf_buildpacks() { declare -a cont_cmd cont_cmd=($(CF_COLOR=false CF_TRACE=false cf buildpacks | awk 'NR>3{print $1}')) if [[ "X$cont_cmd" != 'X' ]]; then - _describe 'BUILDPACK' cont_cmd + _describe 'BUILDPACK' cont_cmd fi } |
