5 types derived from BaseConfigSubCommand
aspire (5)
Commands\ConfigCommand.cs (5)
69
private sealed class GetCommand :
BaseConfigSubCommand
119
private sealed class SetCommand :
BaseConfigSubCommand
202
:
BaseConfigSubCommand
("list", ConfigCommandStrings.ListCommand_Description, features, updateNotifier, configurationService, executionContext, interactionService, telemetry)
320
private sealed class DeleteCommand :
BaseConfigSubCommand
409
private sealed class InfoCommand :
BaseConfigSubCommand
2 references to BaseConfigSubCommand
aspire (2)
Commands\ConfigCommand.cs (2)
56
var
subcommand = await _interactionService.PromptForSelectionAsync(
58
Subcommands.Cast<
BaseConfigSubCommand
>(),