13 references to AppHostOptionDescription
aspire (13)
Commands\AppHostLauncher.cs (1)
56
internal static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\DescribeCommand.cs (1)
86
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\ExportCommand.cs (1)
30
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\LogsCommand.cs (1)
89
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\McpCallCommand.cs (1)
37
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\McpToolsCommand.cs (1)
23
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\ResourceCommand.cs (1)
43
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\RestoreCommand.cs (1)
36
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\SecretCommand.cs (1)
13
internal static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\TelemetryCommandHelpers.cs (1)
53
internal static OptionWithLegacy<FileInfo?> CreateAppHostOption() => new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\TerminalAttachCommand.cs (1)
47
new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\TerminalPsCommand.cs (1)
44
new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);
Commands\WaitCommand.cs (1)
40
private static readonly OptionWithLegacy<FileInfo?> s_appHostOption = new("--apphost", "--project", SharedCommandStrings.
AppHostOptionDescription
);