We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfe492 commit 3c6e83eCopy full SHA for 3c6e83e
1 file changed
README.md
@@ -45,7 +45,7 @@ Install-Module -Name Compile-SourceScript -Repository PSGallery -Scope AllUsers
45
### Functions
46
47
```powershell
48
-Compile-SourceScript [[-File] <Object>] [-SkipWrapper] [-Force] [<CommonParameters>]
+Compile-SourceScript [-File] <String> [-SkipWrapper] [-Force] [<CommonParameters>]
49
```
50
51
#### Example 1
0 commit comments