/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.3
completions/cups
21 строка
372 B
Ville Skyttä
Remove most "-o filenames" options to "complete".
01 ноя 2010, 20:29
01 ноя 2010, 20:29
0f45021
Код
Авторство
О чём код?
# bash completion for cups have cancel && _cancel() { local cur COMPREPLY=() _get_comp_words_by_ref cur COMPREPLY=( $( compgen -W "$( lpstat | cut -d' ' -f1 )" -- "$cur" ) ) } && complete -F _cancel cancel # Local variables: # mode: shell-script # sh-basic-offset: 4 # sh-indent-comment: t # indent-tabs-mode: nil # End: # ex: ts=4 sw=4 et filetype=sh