fish-shell/share/completions/id.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
431 B
Fish

complete -c id -s g -l group -d (N_ "Print effective group id")
complete -c id -s G -l groups -d (N_ "Print all group ids")
complete -c id -s n -l name -d (N_ "Print name, not number")
complete -c id -s r -l real -d (N_ "Print real ID, not effective")
complete -c id -s u -l user -d (N_ "Print effective user ID")
complete -c id -l help -d (N_ "Display help and exit")
complete -c id -l version -d (N_ "Display version and exit")