/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
completions-core/installpkg.bash
31 строка
715 B
Ville Skyttä
chore: remove most editor mode config comments
01 июн 2026, 21:26
01 июн 2026, 21:26
bdeca44
Код
Авторство
О чём код?
# Slackware Linux installpkg completion _comp_cmd_installpkg() { local cur prev words cword comp_args _comp_initialize -- "$@" || return case "$prev" in --root) _comp_compgen_filedir -d return ;; --priority) _comp_compgen -- -W 'ADD REC OPT SKP' return ;; --tagfile) _comp_compgen_filedir return ;; esac if [[ $cur == -* ]]; then _comp_compgen -- -W '--warn --md5sum --root --infobox --terse --menu --ask --priority --tagfile' return fi _comp_compgen_filedir 't[bglx]z' } && complete -F _comp_cmd_installpkg installpkg