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
热门推荐
1 十月简短祝福语
7 足球队祝福语简短
10 理科元旦祝福语大全简短
11 恭喜朋友买车祝福语简短
12 祝贺开业文案祝福语简短
13 简短大气的狗年祝福语
14 师姐毕业送花祝福语简短
15 最真的新春祝福语简短
16 舅妈生日红包祝福语简短
17 生日祝福语大全女孩简短
18 少先队代表送祝福语简短