Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TechWhizKid committed Jul 1, 2024
1 parent 6a29d5b commit b7dc6ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ git clone --depth 1 https://github.com/TechWhizKid/TechWhizKit.git
ADSman [--file/-f <file>] [--add/-a <source> --to/-t <target>] [[--remove/-rm | --extract/-e <adsName>] --from-file/-ff <filename>] [--nobanner/-n] [--help/-h]
```
#### <a href="https://github.com/TechWhizKid/TechWhizKit/raw/main/bin/HowFastIs.exe">HowFastIs</a>
- **Description:** A command-line utility to check how fast a program finishes executing.
- **Usage:**
```bash
HowFastIs [--file/-f <filename>] [--nobanner/-n] [--help/-h]
```
---
## Contributing
Expand Down
7 changes: 7 additions & 0 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ <h4><a href="https://github.com/TechWhizKid/TechWhizKit/raw/main/bin/ADSman.exe"
<p><strong>Usage:</strong></p>
<pre><code>ADSman [--file/-f &lt;file&gt;] [--add/-a &lt;source&gt; --to/-t &lt;target&gt;] [[--remove/-rm | --extract/-e &lt;adsName&gt;] --from-file/-ff &lt;filename&gt;] [--nobanner/-n] [--help/-h]</code></pre>
</article>

<article>
<h4><a href="https://github.com/TechWhizKid/TechWhizKit/raw/main/bin/HowFastIs.exe">💾</a> HowFastIs</h4>
<p><strong>Description:</strong> A command-line utility to check how fast a program finishes executing.</p>
<p><strong>Usage:</strong></p>
<pre><code>HowFastIs [--file/-f &lt;filename&gt;] [--nobanner/-n] [--help/-h]</code></pre>
</article>
</section>
</body>
</html>

0 comments on commit b7dc6ce

Please sign in to comment.