Function help
Source pub async fn help(command: Option<String>) -> Result<RunResult>
Expand description
Get help text for a specific command
§Arguments
command - Optional command name (empty for general help)
§Example
const result = await help('market');
console.log(result.stdout);