class Pfm::CLI

def path_key

Find PATH or Path correctly if we are on Windows
def path_key
  env.keys.grep(/\Apath\Z/i).first
end