@@ -45,18 +45,25 @@ Usage:
4545 diff [options]
4646
4747Options:
48- --source=SOURCE The file, git ref, or git ref with filename to compare FROM [default: "HEAD:composer.lock"]
49- --target=TARGET The file, git ref, or git ref with filename to compare TO [default: "./composer.lock"]
50- --env=ENV Show only selected environment. Available options: both, require, require-dev [default: "both"]
51- --output=OUTPUT Output format. Available options: console, markdown, json [default: "console"]
52- --no-links Hide all links in tables
53- --strict Return exit code if you have any difference
54- -h, --help Display help for the given command. When no command is given display help for the diff command
55- -q, --quiet Do not output any message
56- -V, --version Display this application version
57- --ansi|--no-ansi Force (or disable --no-ansi) ANSI output
58- -n, --no-interaction Do not ask any interactive question
59- -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
48+ --source=SOURCE The file, git ref, or git ref with filename to compare FROM [default: "HEAD:composer.lock"]
49+ --target=TARGET The file, git ref, or git ref with filename to compare TO [default: "./composer.lock"]
50+ --env=ENV Show only selected environment. Available options: both, require, require-dev [default: "both"]
51+ --output=OUTPUT Output format. Available options: console, markdown, json [default: "console"]
52+ --no-links Hide all links in tables
53+ --strict Return exit code if you have any difference
54+ --no-progress Disable progress bar animation for logs
55+ --mute-errors Mute any sort of errors. So exit code will be always "0" (if it's possible).
56+ It has major priority then --non-zero-on-error. It's on your own risk!
57+ --stdout-only For any errors messages application will use StdOut instead of StdErr. It's on your own risk!
58+ --non-zero-on-error None-zero exit code on any StdErr message
59+ --timestamp Show timestamp at the beginning of each message
60+ --profile Display timing and memory usage information
61+ -h, --help Display help for the given command. When no command is given display help for the diff command
62+ -q, --quiet Do not output any message
63+ -V, --version Display this application version
64+ --ansi|--no-ansi Force (or disable --no-ansi) ANSI output
65+ -n, --no-interaction Do not ask any interactive question
66+ -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
6067```
6168
6269
0 commit comments