mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Tweak --no-cache option to be available globally and to not break VCS drivers relying on it, refs #7880, refs #6650
This commit is contained in:
parent
61bd9f83f1
commit
02ceb74151
10 changed files with 35 additions and 30 deletions
|
@ -22,6 +22,8 @@ The following options are available with every command:
|
|||
* **--quiet (-q):** Do not output any message.
|
||||
* **--no-interaction (-n):** Do not ask any interactive question.
|
||||
* **--no-plugins:** Disables plugins.
|
||||
* **--no-cache:** Disables the use of the cache directory. Same as setting the COMPOSER_CACHE_DIR
|
||||
env var to /dev/null (or NUL on Windows).
|
||||
* **--working-dir (-d):** If specified, use the given directory as working directory.
|
||||
* **--profile:** Display timing and memory usage information
|
||||
* **--ansi:** Force ANSI output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue