Skip to main content

parse_path_walk_cli

Function parse_path_walk_cli 

Source
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.