class Pfm::Command::Package

def initialize

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