mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 23:59:07 +00:00
12 lines
318 B
XML
12 lines
318 B
XML
xflags! {
|
|
/// commands with different aliases
|
|
cmd alias-cmd {
|
|
/// And even an aliased subcommand!
|
|
cmd sub s {
|
|
/// Little sanity check to see if this still works as intended
|
|
optional -c, --count count: usize
|
|
}
|
|
cmd this one has a lot of aliases {}
|
|
}
|
|
}
|