Commit 7521d55e authored by Joseph Noir's avatar Joseph Noir

Fix cli argument parsing of help option

Fixes #688
parent 2ac0ae32
......@@ -453,7 +453,7 @@ std::string actor_system_config::render_exit_reason(uint8_t x, atom_value,
void actor_system_config::extract_config_file_path(message& args) {
auto res = args.extract_opts({
{"caf#config-file", "", config_file_path}
});
}, nullptr, true);
args = res.remainder;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment