Function gi_t::transform_args[][src]

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

Transformed arguments passed to gi_t into the corresponding git arguments.

Arguments

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

Errors

If the function receives malformed arguments, the corresponding GiError will be returned.