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
// Only append symbols we can't gather from configuration, which makes it
22
21
// possible to avoid consuming arguments from the tool being executed.
@@ -28,10 +27,11 @@
28
27
vartoolArgs=newArgument<string[]>("args","Additional arguments and options supported by the tool");
29
28
varsourceOpt=newOption<string>(new[]{"-s","--source","/s","/source"},()=>source,"NuGet feed to check for updates.");
30
29
varintervalOpt=newOption<int>(new[]{"-i","--interval","/i","/interval"},()=>interval.GetValueOrDefault(5),"Time interval in seconds for the update checks.");
30
+
varquietOpt=newOption(new[]{"-q","--quiet","/q","/quiet"},"Do not display any informational messages.");
0 commit comments