aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/rmdir.fish
blob: fcbd6c273bd389fda5d3099cc028bdcc765cb44e (plain)
1
2
3
4
5
6
7
8
#Completions for rmdir
complete -x -c rmdir -a "(__fish_complete_directory (commandline -ct))"
complete -c rmdir -l ignore-fail-on-non-empty -d "Ignore errors from non-empty directories"
complete -c rmdir -s p -l parents -d "Remove each component of path"
complete -c rmdir -s v -l verbose -d "Explain what is done"
complete -c rmdir -l help -d "Display help and exit"
complete -c rmdir -l version -d "Display version and exit"