Steps to reproduce
Expected behavior
The descriptions of all parameters should be indented equally.
Excerpt:
-NoLogo | -nol
Hides the copyright banner at startup.
-NonInteractive | -noni
Does not present an interactive prompt to the user.
Actual behavior
The description of -NoLogo is not indented, although the descriptions of all other parameters are indented.
Excerpt:
-NoLogo | -nol
Hides the copyright banner at startup.
-NonInteractive | -noni
Does not present an interactive prompt to the user.
Environment data
Name Value
---- -----
PSVersion 7.1.0-preview.6
PSEdition Core
GitCommitId 7.1.0-preview.6
OS Microsoft Windows 10.0.19041
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Other information
It looks like the indentation of the -NoLogo description was removed in https://github.com/PowerShell/PowerShell/pull/9952/files#diff-70501a97e321098c37b217dbb3981826R307-R309, i.e. after v7.0.0-preview.1.
Steps to reproduce
pwsh -HelpExpected behavior
The descriptions of all parameters should be indented equally.
Excerpt:
Actual behavior
The description of
-NoLogois not indented, although the descriptions of all other parameters are indented.Excerpt:
Environment data
Other information
It looks like the indentation of the
-NoLogodescription was removed in https://github.com/PowerShell/PowerShell/pull/9952/files#diff-70501a97e321098c37b217dbb3981826R307-R309, i.e. after v7.0.0-preview.1.