Skip to content

Commit 8856b54

Browse files
authored
docs: add '--patch-dir' to command-line help
It is a viable solution for some issues but was not visible in help so people were not aware of it Mentioned here: ds300#203 (comment)
1 parent 38b4173 commit 8856b54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,9 @@ Usage:
124124
${chalk.bold("--case-sensitive-path-filtering")}
125125
126126
Make regexps used in --include or --exclude filters case-sensitive.
127+
128+
${chalk.bold("--patch-dir")}
129+
130+
Specify the name for the directory in which to put the patch files.
127131
`)
128132
}

0 commit comments

Comments
 (0)