Skip to contents

Commands grouped by category

Usage

commands_by_category()

Value

Named list of character vectors of command names.

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"