/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
completions-fallback/reptyr.bash
24 строки
492 B
Ville Skyttä
chore: remove most editor mode config comments
01 июн 2026, 21:26
01 июн 2026, 21:26
bdeca44
Код
Авторство
О чём код?
# bash completion for reptyr(1) # Use of this file is deprecated. Upstream completion is available in # reptyr > 0.6.2, use that instead. _comp_cmd_reptyr() { local cur prev words cword comp_args _comp_initialize -- "$@" || return case $prev in -l) return ;; esac if [[ $cur == -* ]]; then _comp_compgen_help return fi [[ $prev != +([0-9]) ]] && _comp_compgen_pids } && complete -F _comp_cmd_reptyr reptyr