3 references to ExecutableName
Aspire.Cli.Tests (2)
Commands\CompletionsCommandTests.cs (1)
291: ["[suggest]", System.CommandLine.RootCommand.ExecutableName + " term"];
Utils\HelpOutputVerifyExtensions.cs (1)
24return settings.AddScrubber(builder => builder.Replace($" {System.CommandLine.RootCommand.ExecutableName} ", " aspire "));
System.CommandLine (1)
RootCommand.cs (1)
31public RootCommand(string description = "") : base(ExecutableName, description)