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