Update options parsing for new flag spelling

pull/789/head
Wilfred Hughes 2024-11-15 22:51:48 +07:00
parent 39e645832e
commit 430db0efc5
1 changed files with 1 additions and 1 deletions

@ -658,7 +658,7 @@ pub(crate) fn parse_args() -> Mode {
};
}
if let Some(path) = matches.value_of("dump-syntax-dotty") {
if let Some(path) = matches.value_of("dump-syntax-dot") {
return Mode::DumpSyntaxDotty {
path: path.to_owned(),
ignore_comments,