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