10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a725c commit 0d4e940Copy full SHA for 0d4e940
src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx
@@ -145,7 +145,8 @@
145
<value>Usage: pwsh[.exe] [-Login] [[-File] <filePath> [args]]
146
[-Command { - | <script-block> [-args <arg-array>]
147
| <string> [<CommandParameters>] } ]
148
- [-ConfigurationName <string>] [-CustomPipeName <string>]
+ [-ConfigurationName <string>] [-ConfigurationFile <filePath>]
149
+ [-CustomPipeName <string>]
150
[-EncodedCommand <Base64EncodedCommand>]
151
[-ExecutionPolicy <ExecutionPolicy>] [-InputFormat {Text | XML}]
152
[-Interactive] [-MTA] [-NoExit] [-NoLogo] [-NonInteractive] [-NoProfile]
0 commit comments