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
The application failed to start up because of Assertions in Command. Specifically, I was hit by Help constructor which asserts that description has text. I think the assertion is great, but I had to put debug points to finally figure out which class had the offender. Since group is usually defined (since we default to the class name when a name isn't explicitly defined) in StandardMethodTargetRegistrar::getOrInferGroup I think we could just add this to the assertion message for clarity?