TrimCommand constructor

TrimCommand(
  1. Tuneup tuneup
)

Implementation

TrimCommand(Tuneup tuneup)
    : super(tuneup, 'trim', 'trim unwanted whitespace from your source');