2 references to NonInteractive
aspire (2)
Commands\RootCommand.cs (1)
36public static readonly Option<bool> NonInteractiveOption = new(CommonOptionNames.NonInteractive)
Program.cs (1)
288var nonInteractive = args?.Any(a => a == CommonOptionNames.NonInteractive) ?? false;