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