✏️ 正在编辑: munindoc
路径:
/snap/core/17292/usr/share/bash-completion/completions/munindoc
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# munindoc completion -*- shell-script -*- _munindoc() { local cur prev words cword _init_completion || return COMPREPLY=( $( compgen -W \ '$( command ls /usr/share/munin/plugins 2>/dev/null )' -- "$cur" ) ) } && complete -F _munindoc munindoc # ex: ts=4 sw=4 et filetype=sh
💾 保存文件
← 返回文件管理器