We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7e965 commit 664ffa4Copy full SHA for 664ffa4
x.ps1
@@ -5,7 +5,7 @@
5
$ErrorActionPreference = "Stop"
6
7
# syntax check
8
-Get-Command -syntax ${PSCommandPath}
+Get-Command -syntax ${PSCommandPath} >$null
9
10
$xpy = Join-Path $PSScriptRoot x.py
11
# Start-Process for some reason splits arguments on spaces. (Isn't powershell supposed to be simpler than bash?)
0 commit comments