aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/rmdir.fish
blob: fb9f9667531a3f68fa7ecf708c2b60b91ad9912b (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")