⚡ 🐛 better fzf/compose jaaENV
- `§ck-grep`: find combination for symbol - `fzf`: typo - `jaaENV`: switch java support and enhancements
This commit is contained in:
10
.bash/install-release.completion
Normal file
10
.bash/install-release.completion
Normal file
@ -0,0 +1,10 @@
|
||||
_install_release_completion() {
|
||||
local IFS=$'
|
||||
'
|
||||
COMPREPLY=( $( env COMP_WORDS="${COMP_WORDS[*]}" \
|
||||
COMP_CWORD=$COMP_CWORD \
|
||||
_INSTALL_RELEASE_COMPLETE=complete_bash $1 ) )
|
||||
return 0
|
||||
}
|
||||
|
||||
complete -o default -F _install_release_completion install-release
|
Reference in New Issue
Block a user