Function gi_t::process_args[][src]

pub fn process_args(args: Vec<String>) -> Result<(), GiError>

Corrects arguments passed to gi_t into the corresponding git command for execution.

Arguments

  • args - the arguments to the program in Vec form.

Errors

If the function receives malformed arguments or runs into errors setting terminal colors or spawning a child process, the corresponding GiError will be returned.