# File lib/tf.rb, line 42
  def env shell
    TF::Environment.parse_env(
      shell.execute(
        TF::Environment.show_env_command
      )[0].split(/\n/)
    )
  end