gsh/command/help

The help module provides the built-in command reference for the interactive shell.

It handles rendering the help menu when the user requests assistance, providing a quick cheat sheet for REPL-specific utilities, inspection tools, and hot-reloading commands.

Values

pub fn show() -> Nil

Prints the GSH command reference menu to the console. It uses the custom terminal.println function to ensure newlines (\n) are correctly translated to CRLF (\r\n) so the formatting doesn’t break while the terminal is in raw mode.

Search Document