macro_rules! from_toml_opts {
($toml_opts: expr, $cmd_path: expr) => { ... };
($toml_opts: expr, $cmd_path: expr, $ext_from: expr) => { ... };
}macro_rules! from_toml_opts {
($toml_opts: expr, $cmd_path: expr) => { ... };
($toml_opts: expr, $cmd_path: expr, $ext_from: expr) => { ... };
}