mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 03:09:54 +00:00
20 lines
368 B
Rust
20 lines
368 B
Rust
xflags! {
|
|
cmd rust-analyzer {
|
|
repeated -v, --verbose
|
|
|
|
cmd server {
|
|
optional --dir path:PathBuf
|
|
default cmd launch {
|
|
optional --log
|
|
}
|
|
cmd watch {
|
|
}
|
|
}
|
|
|
|
cmd analysis-stats {
|
|
required path: PathBuf
|
|
optional --parallel
|
|
}
|
|
}
|
|
}
|