Searched refs:parse_remote_ro_file_option (Results 1 – 1 of 1) sorted by relevance
61 #[structopt(long, parse(try_from_str = parse_remote_ro_file_option))]147 fn parse_remote_ro_file_option(option: &str) -> Result<OptionRemoteRoFile> { in parse_remote_ro_file_option() function