Lines Matching refs:file
16 .try_get_matches_from(vec!["prog", "--config", "file.conf"]);
36 utils::assert_output(cmd, "prog --config file.conf", NO_EQUALS, true);
85 .try_get_matches_from(vec!["prog", "--config=", "file.conf"]);
112 .try_get_matches_from(vec!["prog", "--config=file.conf"]);
295 .arg(arg!([file] "some file"))
301 assert!(m.contains_id("file"));
303 m.get_one::<String>("file").map(|v| v.as_str()).unwrap(),
312 .arg(arg!([file] "some file"))
327 .arg(arg!([file] "some file"))
339 assert!(m.contains_id("file"));
341 m.get_one::<String>("file").map(|v| v.as_str()).unwrap(),