Skip to main content

USAGE

Constant USAGE 

Source
pub const USAGE: &str = "\
MCP server for rust-analyzer integration.

Usage: rust-analyzer-mcp [OPTIONS] [--] [WORKSPACE]

Arguments:
  [WORKSPACE]  Path to the workspace root [default: current directory]

Options:
      --all-features         Analyse and check with every cargo feature enabled
      --features <LIST>      Cargo features to enable, comma- or space-separated. May be given
                             more than once
      --no-default-features  Leave the manifest's default features out
      --config <KEY=VALUE>   Set any rust-analyzer setting, such as --config check.command=clippy.
                             VALUE is read as JSON, or taken for a string if it is not JSON. May
                             be given more than once
  -h, --help                 Print help
  -V, --version              Print version
";