-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update Inject Markdown version (3.1.1)
- Loading branch information
1 parent
72d086b
commit 2e7c52f
Showing
3 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |