File tree 1 file changed +2
-2
lines changed
module/PowerShellEditorServices/Commands/Public
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ function Unregister-EditorCommand {
86
86
Creates and opens a new foo.ps1 in your editor
87
87
. EXAMPLE
88
88
PS > Get-Process | New-EditorFile proc.txt
89
- Creates and opens a new foo.ps1 in your editor with the contents of the call to Get-Process
89
+ Creates and opens a new proc.txt in your editor with the contents of the call to Get-Process
90
90
. EXAMPLE
91
91
PS > Get-Process | New-EditorFile proc.txt -Force
92
- Creates and opens a new foo.ps1 in your editor with the contents of the call to Get-Process. Overwrites the file if it already exists
92
+ Creates and opens a new proc.txt in your editor with the contents of the call to Get-Process. Overwrites the file if it already exists
93
93
. INPUTS
94
94
Path
95
95
an array of files you want to open in your editor
You can’t perform that action at this time.
0 commit comments