Skip to main content

do_help

Function do_help 

Source
pub fn do_help(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
Expand description

Print help text for available commands.

Accepts a list of strings to print; used by the REPL to display help.

ยงErrors

Returns an error if printing fails.