5 types derived from BaseConfigSubCommand
aspire (5)
Commands\ConfigCommand.cs (5)
62private sealed class GetCommand : BaseConfigSubCommand 109private sealed class SetCommand : BaseConfigSubCommand 199private sealed class ListCommand : BaseConfigSubCommand 351private sealed class DeleteCommand : BaseConfigSubCommand 437private sealed class InfoCommand : BaseConfigSubCommand
2 references to BaseConfigSubCommand
aspire (2)
Commands\ConfigCommand.cs (2)
49var subcommand = await InteractionService.PromptForSelectionAsync( 51Subcommands.Cast<BaseConfigSubCommand>(),