Skip to main content

Misc

explain <command run>

[none] -> [none]
Prints a breakdown of the flow of the input command run to the console.

stopwatch <command run>

[none] -> [none]
Prints the execution time of the input command run to the console.

search <query>

IEnumerable<T> -> IEnumerable<FormattedMessage>
Performs a simple string search over the input, highlighting matches.

help

[none] -> [none]
Prints the help text to the console.

more

[none] -> object?
Returns the contents of the $more variable. $more is automatically assigned by the shell when it has to cut off a message for being too long.

buildinfo

[none] -> [none]
Prints info about the game’s build (game name, engine version, build commit, manifest hash) to the console.

cmd:moo

[none] -> string
The most important command.
Last modified on June 20, 2026