/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.16.0
completions/_coder
8 строк
308 B
Ville Skyttä
feat(coder): add 3rd party fallback completion loader
19 дек 2024, 21:33
19 дек 2024, 21:33
4dc827a
Код
Авторство
О чём код?
# 3rd party completion loader for commands emitting -*- shell-script -*- # their completion using "$cmd completion --print --shell bash". # # This serves as a fallback in case the completion is not installed otherwise. eval -- "$("$1" completion --print --shell bash 2>/dev/null)" # ex: filetype=sh