8000 Help text for pwsh does not list -ConfigurationFile in the opening syntax for v7.3 · Issue #18092 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

Help text for pwsh does not list -ConfigurationFile in the opening syntax for v7.3 #18092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
5 tasks done
sdwheeler opened this issue Sep 14, 2022 · 2 comments · Fixed by #18093
Closed
5 tasks done

Help text for pwsh does not list -ConfigurationFile in the opening syntax for v7.3 #18092

sdwheeler opened this issue Sep 14, 2022 · 2 comments · Fixed by #18093
Assignees
Labels
In-PR Indicates that a PR is out for the issue

Comments

@sdwheeler
Copy link
Collaborator

Prerequisites

Steps to reproduce

Run pwsh -? and note the output.


Usage: pwsh[.exe] [-Login] [[-File] <filePath> [args]]
                  [-Command { - | <script-block> [-args <arg-array>]
                                | <string> [<CommandParameters>] } ]
                  [-ConfigurationName <string>] [-CustomPipeName <string>]
                  [-EncodedCommand <Base64EncodedCommand>]
                  [-ExecutionPolicy <ExecutionPolicy>] [-InputFormat {Text | XML}]
                  [-Interactive] [-MTA] [-NoExit] [-NoLogo] [-NonInteractive] [-NoProfile]
                  [-NoProfileLoadTime] [-OutputFormat {Text | XML}] 
                  [-SettingsFile <filePath>] [-SSHServerMode] [-STA] 
                  [-Version] [-WindowStyle <style>] 
                  [-WorkingDirectory <directoryPath>]

       pwsh[.exe] -h | -Help | -? | /?

Expected behavior

`-ConfigurationFile` is a new option added in Preview.5. It must be listed in the syntax usage block.

Actual behavior

The description of the parameter was added in the output below, but it is missing from the syntax block at the top.

Error details

No response

Environment data

$PSVersionTable.PSVersion

Major  Minor  Patch  PreReleaseLabel BuildLabel
-----  -----  -----  --------------- ----------
7      3      0      preview.7

Visuals

No response

@sdwheeler sdwheeler added the Needs-Triage The issue is new and needs to be triaged by a work group. label Sep 14, 2022
@sdwheeler sdwheeler self-assigned this Sep 14, 2022
sdwheeler added a commit to sdwheeler/PowerShell that referenced this issue Sep 14, 2022
@ghost ghost added the In-PR Indicates that a PR is out for the issue label Sep 14, 2022
@ghost ghost removed the Needs-Triage The issue is new and needs to be triaged by a work group. label Sep 15, 2022
@ghost
Copy link
ghost commented Sep 20, 2022

🎉This issue was addressed in #18093, which has now been successfully released as v7.3.0-preview.8.:tada:

Handy links:

@ghost
Copy link
ghost commented Dec 20, 2022

🎉This issue was addressed in #18093, which has now been successfully released as v7.4.0-preview.1.:tada:

Handy links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In-PR Indicates that a PR is out for the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0