✏️ 正在编辑: yum-arch
路径:
/snap/core20/2769/usr/share/bash-completion/completions/yum-arch
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# yum-arch(8) completion -*- shell-script -*- _yum_arch() { local cur prev words cword _init_completion || return if [[ "$cur" == -* ]]; then COMPREPLY=( $(compgen -W '-d -v -vv -n -c -z -s -l -q' -- "$cur") ) else _filedir -d fi } && complete -F _yum_arch yum-arch # ex: filetype=sh
💾 保存文件
← 返回文件管理器