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 会计祝福语毕业英语简短
17 给长辈冬至祝福语 简短
18 新房上梁简短祝福语大全