class Pfm::CLI

def initialize(argv)

def initialize(argv)
  @argv = argv
  super() # mixlib-cli #initialize doesn't allow arguments
end