Skip to content

Commit

Permalink
doc: Update README (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 29, 2023
1 parent cdc28de commit 00e9bcb
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ Options:
--clean Remove the injected content.
--verbose Verbose output.
--silent Only output errors.
--no-stop-on-errors Do not stop if an error occurs.
--write-on-error write the file even if an injection error occurs.
--color Force color.
--no-color Do not use color.
--no-summary Do not show the summary
--dry-run Process the files, but do not write.
-V, --version output the version number
-h, --help display help for command
```
Expand Down Expand Up @@ -159,3 +163,17 @@ async function version(): Promise<string> {
<!--- cspell:dictionaries typescript --->
<!--- @@inject-end: content/README.md --->
<!--- @@inject: static/footer.md --->
<br/>
---
<p align="center">
Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
<img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
</a>
</p>
<!--- @@inject-end: static/footer.md --->
4 changes: 4 additions & 0 deletions content/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Options:
--clean Remove the injected content.
--verbose Verbose output.
--silent Only output errors.
--no-stop-on-errors Do not stop if an error occurs.
--write-on-error write the file even if an injection error occurs.
--color Force color.
--no-color Do not use color.
--no-summary Do not show the summary
--dry-run Process the files, but do not write.
-V, --version output the version number
-h, --help display help for command
9 changes: 9 additions & 0 deletions static/footer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<br/>

---

<p align="center">
Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
<img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
</a>
</p>

0 comments on commit 00e9bcb

Please sign in to comment.