Skip to content

Commit

Permalink
update readme about cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sspooky13 committed Mar 19, 2024
1 parent a9d6da4 commit d9f0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Tips:
## Options for run
- `./path/to/your/configFile.yaml` Path to your config file. Default is `./yaml-standards.yaml`.
- `--fix` Automatically fix allowed standards problems.
- `--path-to-cache-dir=./path/to/cache/dir/` Custom path where should be cache file stored. Default is root directory.
- `--path-to-cache-dir=./path/to/cache/dir/` Custom path where should be cache file stored. Default is the directory PHP stores temporary files in by default ([sys_get_temp_dir()](https://www.php.net/manual/en/function.sys-get-temp-dir.php)).
- `--no-cache` Turn off cache functionality.
- `--no-progress-bar` Turn off progress bar. Useful e.g. for nicer CI output.

Expand Down

0 comments on commit d9f0f58

Please sign in to comment.