mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
pwd: Add "--physical" and "--logical" long options
These were already mentioned in the completions, and we don't typically add short-only options. Fixes #6787.
This commit is contained in:
@@ -8,7 +8,7 @@ Synopsis
|
||||
|
||||
::
|
||||
|
||||
pwd
|
||||
pwd [(-P | --physical)] [(-L | --logical)]
|
||||
|
||||
|
||||
Description
|
||||
@@ -18,6 +18,6 @@ Description
|
||||
|
||||
The following options are available:
|
||||
|
||||
- ``-L``, Output the logical working directory, without resolving symlinks (default behavior).
|
||||
- ``-L`` or ``--logical`` Output the logical working directory, without resolving symlinks (default behavior).
|
||||
|
||||
- ``-P``, Output the physical working directory, with symlinks resolved.
|
||||
- ``-P`` or ``--physical`` Output the physical working directory, with symlinks resolved.
|
||||
|
||||
Reference in New Issue
Block a user