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