/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
completions-core/avctrl.bash
18 строк
397 B
Ville Skyttä
chore: remove most editor mode config comments
01 июн 2026, 21:26
01 июн 2026, 21:26
bdeca44
Код
Авторство
О чём код?
# avctrl completion _comp_cmd_avctrl() { local cur prev words cword comp_args _comp_initialize -- "$@" || return if [[ $cur == -* ]]; then _comp_compgen -- -W '--help --quiet' else local REPLY _comp_count_args if ((REPLY == 1)); then _comp_compgen -- -W 'discover switch' fi fi } && complete -F _comp_cmd_avctrl avctrl