Skip to content

Commit

Permalink
Update lib/cli.js
Browse files Browse the repository at this point in the history
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
kaorun343 and ybiquitous committed Sep 25, 2022
1 parent 427b3fa commit 910c7fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@ const meowOptions = {
If the directory for the cache does not exist, make sure you add a trailing "/"
on *nix systems or "\\" on Windows. Otherwise the path will be assumed to be a file.
--cache-strategy [default: 'metadata']
--cache-strategy [default: "metadata"]
Strategy for the cache to use for detecting changed files. Can be either
"metadata" or "content".
Strategy for the cache to use for detecting changed files. Can be either
"metadata" or "content".
The "content" strategy can be useful in cases where the modification time of
your files change even if their contents have not. For example, this can happen
your files changes even if their contents have not. For example, this can happen
during git operations like "git clone" because git does not track file modification
time.
time.
--formatter, -f [default: "string"]
Expand Down

0 comments on commit 910c7fe

Please sign in to comment.