Closed benrick closed 6 years ago
SimpleCommand assumes it's just a text response. We usually don't use that. Let's start using an abstract BaseCommand that can Hand a CommandWord and IsEnabled check in one.
CommandWord
IsEnabled
SimpleCommand assumes it's just a text response. We usually don't use that. Let's start using an abstract BaseCommand that can Hand a
CommandWord
andIsEnabled
check in one.