EVOLUTION-MANAGER
Edit File: gitcreds_parse_output.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Parse standard output from git credential fill</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for gitcreds_parse_output {gitcreds}"><tr><td>gitcreds_parse_output {gitcreds}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Parse standard output from <code style="white-space: pre;">git credential fill</code></h2> <h3>Description</h3> <p>Parse standard output from <code style="white-space: pre;">git credential fill</code> </p> <h3>Usage</h3> <pre> gitcreds_parse_output(txt, url) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>txt</code></td> <td> <p>Character vector, standard output lines from <code style="white-space: pre;">git credential fill</code>.</p> </td></tr> <tr valign="top"><td><code>url</code></td> <td> <p>URL we queried, to be able to create a better error message.</p> </td></tr> </table> <h3>Details</h3> <p>For dummy credentials (i.e. the lack of credentials), it throws an error of class <code>gitcreds_no_credentials</code>. </p> <h3>Value</h3> <p><code>gitcreds</code> object. </p> <hr /><div style="text-align: center;">[Package <em>gitcreds</em> version 0.1.2 <a href="00Index.html">Index</a>]</div> </body></html>