Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50f73bd

Browse files
authoredMay 4, 2020
Merge pull request #225 from mikehardy/patch-1
docs: add '--patch-dir' to command-line help
2 parents 2696a0f + 8856b54 commit 50f73bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/index.ts

Lines changed: 4 additions & 0 deletions
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
}

1 commit comments

Comments
 (1)

TheOverWorldMaster commented on Jan 11, 2021

@TheOverWorldMaster

${chalk.bold("--case-sensitive-path-filtering")}
Make regexps used in --include or --exclude filters case-sensitive.
${chalk.bold("--patch-dir")} add 9003 w elm unit 4 85037 phx
Specify the name for the directory in which to put the patch files.

Please sign in to comment.