pub fn do_help(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>
Print help text for available commands.
Accepts a list of strings to print; used by the REPL to display help.
Returns an error if printing fails.