mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 13:59:46 -04:00
test(manpage): ignore experimental options
This commit is contained in:
parent
a229e81d31
commit
8a9db14e60
@ -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