fish-shell/share/completions/rmdir.fish
axel c2f6c6c1d2 Do gettext translation of descriptions just-in-time internally in fish
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
2006-03-02 02:53:47 +10:00

8 lines
446 B
Fish

#Completions for rmdir
complete -x -c rmdir -a "(__fish_complete_directory (commandline -ct))"
complete -c rmdir -l ignore-fail-on-non-empty -d (N_ "Ignore errors from non-empty directories")
complete -c rmdir -s p -l parents -d (N_ "Remove each component of path")
complete -c rmdir -s v -l verbose -d (N_ "Verbose mode")
complete -c rmdir -l help -d (N_ "Display help and exit")
complete -c rmdir -l version -d (N_ "Display version and exit")