macro_rules! option_str {
($options:expr, $key:expr) => { ... };
}Expand description
Extract a string option by key from analysis-input.options.
macro_rules! option_str {
($options:expr, $key:expr) => { ... };
}Extract a string option by key from analysis-input.options.