Bash 使用功能轻松完成
示例
_mycompletion() {
local command_name="$1" # not used in this example
local current_word="$2"
local previous_word="$3" # not used in this example
# COMPREPLY is an array which has to be filled with the possible completions
# compgen is used to filter matching completions
COMPREPLY=( $(compgen -W 'hello world' -- "$current_word") )
}
complete -F _mycompletion mycommand用法示例:
$ mycommand [TAB][TAB] hello world $ mycommand h[TAB][TAB] $ mycommand hello
热门推荐
10 美女新人结婚祝福语简短
11 晦气的生日祝福语简短
12 外国媳妇订婚祝福语简短
13 中考正能量祝福语简短
14 单位搬迁员工祝福语简短
15 同事出院鲜花祝福语简短
16 2026年祝福语大全简短
17 干老师祝福语朋友简短
18 新年给妈妈简短祝福语