/
githubmirror
/
kmod
Обзор
Документация
Войти
/
githubmirror
/
kmod
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shell-completion/fish/lsmod.fish
12 строк
492 B
Emil Velikov
shell-completion/*/lsmod: add bash/fish/zsh completion
23 сен 2024, 00:11
23 сен 2024, 00:11
257034a
Код
Авторство
О чём код?
# lsmod(8) completion -*- shell-script -*- # SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com> # globally disable file completions complete -c lsmod -f complete -c lsmod -s s -l syslog -d 'print to syslog, not stderr' complete -c lsmod -s v -l verbose -d 'enables more messages' complete -c lsmod -s V -l version -d 'show version' complete -c lsmod -s h -l help -d 'show this help'