{"tool":"cargo","tool_display":"Cargo","intent":"display-general-help","intent_display":"display general help","title":"Cargo Command: display general help","command_string":"cargo help","raw_command_string":"cargo help","description":"Exact CLI syntax to display general help using Cargo.","usage_scenario":"When needing guidance on available commands and options in Cargo.","scenario_context":"Master Cargo to streamline your Rust project management and enhance productivity.","simulated_output":"USAGE:\n    cargo [OPTIONS] <SUBCOMMAND>\n\nOPTIONS:\n    -V, --version     Prints version information\n    -h, --help        Prints this message or the help of the given subcommand\n\nSUBCOMMANDS:\n    build        Compile the current package\n    check        Analyze the current package and report warnings\n    clean        Remove the target directory\n    doc          Generate documentation\n    new          Create a new cargo package\n    run          Run a binary or example of the local package\n    test         Execute tests of the local package\n\nFor more information, visit www.rust-lang.org.","how_to_steps":["Run `cargo help` to display the general help menu.","Verify that the output includes commands like 'build', 'check', and 'run'.","Consult the official documentation for detailed subcommand information."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/cargo/display-general-help"}