Searched refs:path_buf (Results 1 – 2 of 2) sorted by relevance
76 .arg(Arg::new("src").value_parser(ValueParser::path_buf()).required(true)) in clap_command()77 .arg(Arg::new("overlay").value_parser(ValueParser::path_buf()).required(true)) in clap_command()78 .arg(Arg::new("dest").value_parser(ValueParser::path_buf()).required(true)) in clap_command()
63 Flag SnapshotPathFlag(std::string& path_buf) { in SnapshotPathFlag() argument64 return GflagsCompatFlag("snapshot_path", path_buf).Help(snapshot_path_help); in SnapshotPathFlag()