5 types derived from BaseConfigSubCommand
aspire (5)
Commands\ConfigCommand.cs (5)
67
private sealed class GetCommand :
BaseConfigSubCommand
117
private sealed class SetCommand :
BaseConfigSubCommand
200
:
BaseConfigSubCommand
("list", ConfigCommandStrings.ListCommand_Description, features, updateNotifier, configurationService, executionContext, interactionService, telemetry)
283
private sealed class DeleteCommand :
BaseConfigSubCommand
372
private sealed class InfoCommand :
BaseConfigSubCommand
2 references to BaseConfigSubCommand
aspire (2)
Commands\ConfigCommand.cs (2)
54
var
subcommand = await _interactionService.PromptForSelectionAsync(
56
Subcommands.Cast<
BaseConfigSubCommand
>(),