shipmonk-rnd / composer-dependency-analyser

🚀 Fast detection of composer dependency issues (unused dependencies, shadow dependencies, misplaced dependencies)
MIT License
332 stars 8 forks source link

Usage of `--show-all-usages` with or without `--verbose` are not same #158

Closed llaville closed 1 week ago

llaville commented 1 week ago

Hello,

Compare both console output usage of --show-all-usages

Invoke as follow : bin/composer-dependency-analyser --format console --verbose --show-all-usages

cda-limited-usage

Invoke as follow : bin/composer-dependency-analyser --show-all-usages

cda-full-usage

llaville commented 1 week ago

PS: this is the --verbose option used with --show-all-usages that differ from both outputs and not usage of --format