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
[CompletionResult]::new('--add-source','--add-source', [CompletionResultType]::ParameterName,"Add an additional NuGet package source to use during installation.")
1064
1064
[CompletionResult]::new('--verbosity','--verbosity', [CompletionResultType]::ParameterName,"Set the MSBuild verbosity level. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic].")
1065
1065
[CompletionResult]::new('--verbosity','-v', [CompletionResultType]::ParameterName,"Set the MSBuild verbosity level. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic].")
1066
-
[CompletionResult]::new('--ignore-failed-sources','--ignore-failed-sources', [CompletionResultType]::ParameterName,"Treat package source failures as warnings.")
1067
1066
[CompletionResult]::new('--interactive','--interactive', [CompletionResultType]::ParameterName,"Allows the command to stop and wait for user input or action (for example to complete authentication).")
1067
+
[CompletionResult]::new('--yes','--yes', [CompletionResultType]::ParameterName,"Overrides confirmation prompt with `"yes`" value. ")
1068
+
[CompletionResult]::new('--yes','-y', [CompletionResultType]::ParameterName,"Overrides confirmation prompt with `"yes`" value. ")
1069
+
[CompletionResult]::new('--ignore-failed-sources','--ignore-failed-sources', [CompletionResultType]::ParameterName,"Treat package source failures as warnings.")
1068
1070
[CompletionResult]::new('--help','--help', [CompletionResultType]::ParameterName,"Show command line help.")
1069
1071
[CompletionResult]::new('--help','-h', [CompletionResultType]::ParameterName,"Show command line help.")
0 commit comments