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