Replies: 1 comment 1 reply
-
What's preventing you from doing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
Considering the following simplified code:
Is there a way to get a
TryMoveToManagerCommand
orTryMoveToConfigurerCommand
without the need for aswitch
?There are 50+ commands and growing to handle and I would like to avoid maintaining the
switch
if possible.Beta Was this translation helpful? Give feedback.
All reactions