/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.5
completions/munindoc
13 строк
322 B
Ville Skyttä
*: Move indentation settings to .editorconfig
24 авг 2016, 14:33
24 авг 2016, 14:33
619fb1f
Код
Авторство
О чём код?
# munindoc completion -*- shell-script -*- _munindoc() { local cur prev words cword _init_completion || return COMPREPLY=( $( compgen -W \ '$( command ls /usr/share/munin/plugins 2>/dev/null )' -- "$cur" ) ) } && complete -F _munindoc munindoc # ex: filetype=sh