File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,22 +47,22 @@ As the comment is preserved, you can happily re-run `embedme` and it will run ag
47
47
## Features
48
48
49
49
<!-- embedme readme/help-output.txt -->
50
-
50
+ <!-- prettier-ignore -->
51
51
``` txt
52
52
$ embedme --help
53
53
Usage: embedme [options] [...files]
54
54
55
55
Options:
56
56
-V, --version output the version number
57
- --verify Verify that running embedme would result in no
57
+ --verify Verify that running embedme would result in no
58
58
changes. Useful for CI
59
59
--dry-run Run embedme as usual, but don't write
60
- --source-root [directory] Directory your source files live in in order to
60
+ --source-root [directory] Directory your source files live in in order to
61
61
shorten the comment line in code fence
62
62
--silent No console output
63
- --stdout Output resulting file to stdout (don't rewrite
63
+ --stdout Output resulting file to stdout (don't rewrite
64
64
original)
65
- --strip-embed-comment Remove the comments from the code fence. *Must* be
65
+ --strip-embed-comment Remove the comments from the code fence. *Must* be
66
66
run with --stdout flag
67
67
-h, --help output usage information
68
68
You can’t perform that action at this time.
0 commit comments