Resolve a command by canonical name or alias
Examples
cmd <- stat_command("demo_echo", "misc", "demo_echo",
"Echo demo command",
handler_repl = function(...) "ok")
register_stat_command(cmd)
resolve_stat_command("demo_echo")$usage
#> [1] "demo_echo"
