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