StatsCommand constructor

StatsCommand(
  1. Tuneup tuneup
)

Implementation

StatsCommand(Tuneup tuneup)
    : super(tuneup, 'stats',
          'display metadata and statistics about the project');