dg / composer-cleaner

Victor The Cleaner: removes unnecessary files from vendor directory
https://nette.org
134 stars 19 forks source link

Test mode #6

Closed Kubo2 closed 9 years ago

Kubo2 commented 9 years ago

Allow users to preview what would be done by entering a test mode.

Test mode is disabled by default, but can be enabled adding flag -t or --test as the first executable's argument. It can be also enabled by setting the first argument of Cleaner::__construct( boolean ) to true.

Implementation summary: