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