/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
completions-core/plague-client.bash
12 строк
366 B
Ville Skyttä
chore: remove most editor mode config comments
01 июн 2026, 21:26
01 июн 2026, 21:26
bdeca44
Код
Авторство
О чём код?
# bash completion for plague-client _comp_cmd_plague_client() { local cur prev words cword comp_args _comp_initialize -- "$@" || return ((cword == 1)) && _comp_compgen -- -W 'build detail finish help is_paused kill list list_builders pause requeue unpause update_builders' } && complete -F _comp_cmd_plague_client plague-client