Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 452 Bytes

cli.md

File metadata and controls

25 lines (18 loc) · 452 Bytes

Command line interface

Output of a program

<p>
  When the process is complete, the utility will output the text
  <samp>Scan complete. Found <em>N</em> results.</samp>
</p>

CLI

Including the user input (with kbd) and sofware output:

<pre><samp>
<kbd>git pull origin master</kbd>
Already up to date.
</samp></pre>