8000 Add ConfigurationFile option to syntax frontmatter · sdwheeler/PowerShell@02bc580 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02bc580

Browse files
authored
Add ConfigurationFile option to syntax frontmatter
Fixes PowerShell#18092
1 parent 2ec7aea commit 02bc580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.PowerShell.ConsoleHost/resources/ManagedEntranceStrings.resx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145
<value>Usage: pwsh[.exe] [-Login] [[-File] &lt;filePath&gt; [args]]
146146
[-Command { - | &lt;script-block&gt; [-args &lt;arg-array&gt;]
147147
| &lt;string&gt; [&lt;CommandParameters&gt;] } ]
148-
[-ConfigurationName &lt;string&gt;] [-CustomPipeName &lt;string&gt;]
148+
[-ConfigurationName &lt;string&gt;] [-ConfigurationFile &lt;filePath&gt;]
149+
[-CustomPipeName &lt;string&gt;]
149150
[-EncodedCommand &lt;Base64EncodedCommand&gt;]
150151
[-ExecutionPolicy &lt;ExecutionPolicy&gt;] [-InputFormat {Text | XML}]
151152
[-Interactive] [-MTA] [-NoExit] [-NoLogo] [-NonInteractive] [-NoProfile]

0 commit comments

Comments
 (0)
0