fish-shell/share/completions/pwd.fish
2022-08-19 17:29:57 +00:00

4 lines
220 B
Fish

complete -c pwd -s h -l help -d "Display help"
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"