Skip to content

Commit

Permalink
docs: add '--patch-dir' to command-line help
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mikehardy authored Apr 23, 2020
1 parent 38b4173 commit 8856b54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,9 @@ Usage:
${chalk.bold("--case-sensitive-path-filtering")}
Make regexps used in --include or --exclude filters case-sensitive.
${chalk.bold("--patch-dir")}
Specify the name for the directory in which to put the patch files.
`)
}

0 comments on commit 8856b54

Please sign in to comment.