You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/common/scripts/TypeSpec-Project-Generate.ps1
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ param (
5
5
[Parameter(Position=0)]
6
6
[ValidateNotNullOrEmpty()]
7
7
[string] $ProjectDirectory,
8
-
[Parameter(Position=1)]
9
-
[string] $typespecAdditionalOptions## addtional typespec emitter options, separated by semicolon if more than one, e.g. option1=value1;option2=value2
8
+
[string] $TypespecAdditionalOptions=$null,## addtional typespec emitter options, separated by semicolon if more than one, e.g. option1=value1;option2=value2
9
+
[switch] $SaveInputs=$false## saves the temporary files during execution, default false
0 commit comments