pub fn parse_path_walk_cli(
git_dir: &Path,
args: &[String],
) -> Result<(PathWalkOptions, Vec<String>, Vec<String>, bool, bool)>Expand description
Parse test-tool path-walk argv after the subcommand name.
Returns options, positive revision specs, negative revision specs, stdin --all, and --boundary.