Add c as a shorthand check alternative for new options #77603
This commit is contained in:
parent
08e2d46166
commit
db46f43977
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`",
|
||||||
`/<build_base>/rustfix_missing_coverage.txt`",
|
`/<build_base>/rustfix_missing_coverage.txt`",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
"check" => {
|
"check" | "c" => {
|
||||||
opts.optflag("", "all-targets", "Check all targets");
|
opts.optflag("", "all-targets", "Check all targets");
|
||||||
}
|
}
|
||||||
"bench" => {
|
"bench" => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue