fish-shell/share/completions/env.fish
Fabian Homborg 05ab849b72 Remove more complete "-u" and "-A" switches
Some of these were missed in #3660.
2016-12-21 13:07:27 +01:00

9 lines
480 B
Fish

complete -c env -a "(set -n)=" -x --description "Redefine variable"
complete -c env -a "(__fish_complete_subcommand -- -u --unset)" --description "Command"
complete -c env -s i -l ignore-environment --description "Start with an empty environment"
complete -c env -s u -l unset --description "Remove variable from the environment" -x -a "(set -n)"
complete -c env -l help --description "Display help and exit"
complete -c env -l version --description "Display version and exit"