| DIR:/proc/self/root/proc/thread-self/root/usr/share/zsh/5.5.1/functions/ |
| Current File : //proc/self/root/proc/thread-self/root/usr/share/zsh/5.5.1/functions/_savecore |
#compdef savecore
_savecore() {
_arguments -s \
'-L[take live dump]' \
'-v[verbose]' \
'-d[disregard dump header valid flag]' \
'-f[save crash dump from file]:file:_files' \
'::directory:_files -/'
}
_savecore "$@"
|