fish-shell/share/completions/pwd.fish
2022-08-19 20:50:27 +02:00

3 lines
229 B
Fish

complete -c pwd -s h -l help -d "Display help and exit"
complete -c pwd -s L -l logical -d "Print working directory without resolving symlinks"
complete -c pwd -s P -l physical -d "Print working directory with symlinks resolved"