class Pfm::Command::Build

def initialize

def initialize
  super
  @params_valid = true
  @errors = []
end