Skip to content

Commit

Permalink
fix: Update Inject Markdown version (3.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored and github-actions[bot] committed Nov 9, 2024
1 parent 72d086b commit 2e7c52f
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,28 @@ npm install -g git+https://github.com/streetsidesoftware/inject-markdown-cli
<!--- @@inject: static/help.txt --->
```

Usage: inject-markdown [options] <files...>

Inject file content into markdown files.

Arguments:
files Files to scan for injected content.

Options:
--no-must-find-files No error if files are not found.
--output-dir <dir> Output Directory
--cwd <dir> Current Directory
--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
```
<!--- @@inject-end: static/help.txt --->
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions static/help.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Usage: inject-markdown [options] <files...>

Inject file content into markdown files.

Arguments:
files Files to scan for injected content.

Options:
--no-must-find-files No error if files are not found.
--output-dir <dir> Output Directory
--cwd <dir> Current Directory
--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

0 comments on commit 2e7c52f

Please sign in to comment.