mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
3 lines
229 B
Fish
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"
|