The following commit has been merged in the master branch:
commit 23a049a801a6ce2c86e343710cc0245e003df0cb
Author: Ville Skyttä <[email protected]>
Date: Sat Feb 2 20:15:25 2013 +0200
vipw: Add -R/--root arg completion.
diff --git a/completions/vipw b/completions/vipw
index 4205cee..c71c6bb 100644
--- a/completions/vipw
+++ b/completions/vipw
@@ -9,6 +9,10 @@ _vipw()
-h|--help)
return 0
;;
+ -R|--root)
+ _filedir -d
+ return 0
+ ;;
esac
if [[ "$cur" == -* ]]; then
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits