Skip to contents

Run a command's REPL handler with positional/keyword arguments

Usage

run_stat_command(name, ...)

Arguments

name

Command name or alias.

...

Arguments forwarded to the REPL handler.

Value

Whatever the handler returns. Stops with an informative error if the command is not registered.