CleanCommand constructor

CleanCommand(
  1. Tuneup tuneup
)

Implementation

CleanCommand(Tuneup tuneup)
    : super(
          tuneup, 'clean', 'clean the project - remove the build/ directory');