mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 20:41:04 -04:00
test(manpage): ignore experimental options
This commit is contained in:
parent
7321826207
commit
1fb7b34e9f
@ -140,6 +140,9 @@ parse_options(std::string const& text, std::regex const& re, bool is_fuse) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (long_opt.starts_with("experimental-")) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
options[long_opt] = short_opt;
|
options[long_opt] = short_opt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user