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
When a command is created the description is already a property of the command class. As a command can have many names (alias) it is not set in the command class itself.
However sometimes there can be login INSIDE the command class than depends on the name of the command at runtime. This fix allows the command name to be set when it is resolved so that internal logic can use that name.
0 commit comments