You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior?
If method is registered with AddCommandHandler<string[]> instead of [YarnCommand], it's not registered correctly and throws error at play time:
What is the expected behavior?
It's expected that AddCommandHandler method behaves the same as YarnCommand attribute and register command that takes arbitrary number of parameters.
What is the current behavior?
If method is registered with
AddCommandHandler<string[]>
instead of[YarnCommand]
, it's not registered correctly and throws error at play time:What is the expected behavior?
It's expected that
AddCommandHandler
method behaves the same asYarnCommand
attribute and register command that takes arbitrary number of parameters.Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: