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