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