Function run_git_credential_helper
Source pub async fn run_git_credential_helper(
args: &GitCredentialHelperArgs,
) -> Result<()>
Expand description
Runs the Git credential helper command for this worker binary.
store and erase are treated as no-ops because the worker only serves
short-lived get requests.
§Examples
ⓘrun_git_credential_helper(&args).await?;