Commands grouped by category
Examples
cmd <- stat_command("demo_cmd", "Demo", "demo_cmd()", "Example command",
handler_repl = function() 1)
register_stat_command(cmd)
groups <- commands_by_category()
groups[["Demo"]]
#> [1] "demo_cmd"
