Module git_credentials::program
source · Expand description
Modules
Enums
The kind of helper program to use.
Functions
Invoke a custom credentials helper which receives program
args, with the first argument being the
action to perform (as opposed to the program name).
Then read context information from stdin and if the action is Action::Get, then write the result to stdout.
credentials is the API version of such call, whereOk(Some(context)) returns credentials, and Ok(None) indicates
no credentials could be found for url, which is always set when called.