Skip to content

Commit

Permalink
Merge pull request #15 from abrahammurciano/docs-and-format
Browse files Browse the repository at this point in the history
Autoformat and Documentation
  • Loading branch information
abrahammurciano committed Aug 3, 2022
2 parents fbb3fe8 + a3cca86 commit 11ddf02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/constyle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ <h4 id="rgb-colours">RGB colours</h4>
</code></pre>
<h4 id="8-bit-colours">8-bit colours</h4>
<p>Some consoles support 8-bit colours. You can create a <code><a title="constyle.Style" href="#constyle.Style">Style</a></code> for an 8-bit colour by using the <code>EightBit</code> class, passing a single integer to it, or you can use the <code>EightBitRGB</code> class to create an 8-bit colour style as close to the RGB values as possible.</p>
<h2 id="the-command-line-interface">The command line interface</h2>
<p>This package also provides a very basic command line interface to print styled strings.</p>
<p>Use <code>constyle --help</code> to see how to use it.</p>
</section>
<section>
<h2 class="section-title" id="header-submodules">Sub-modules</h2>
Expand Down Expand Up @@ -596,6 +599,7 @@ <h1>Index</h1>
</li>
</ul>
</li>
<li><a href="#the-command-line-interface">The command line interface</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 11ddf02

Please sign in to comment.