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
Added AsyncCommandBase which is basically wrapper for ExecuteAsync().Wait() but it will be used in future if more sophisticated async management will be in place. For now I cannot see any benefit in propagating asynchronous behavior up to CommandProcessor. Maybe I will change my mind later.
Added auto-generated syntax when no [CmdSyntax(...)] is provided.