#!/usr/bin/env ruby # # = Synopsis # # Print help about puppet types on the console. Run with '-h' to get detailed # help. # # FIXME: (1) Formatting could be a lot prettier # (2) The command line options are kinda screwy; unclear how best to # present the various pieces of info to user require 'puppet/application' require 'puppet/application/pi' Puppet::Application[:pi].run