# File lib/pom/commands/about.rb, line 41 def execute puts project.about end
# File lib/pom/commands/about.rb, line 22 def parse parser = OptionParser.new do |opt| opt.banner = "pom about" opt.on("--debug", "run in debug mode") do $DEBUG = true $VERBOSE = true end opt.on_tail("--help", "-h", "display this help message") do puts opt exit end end parser.parse! end
Generated with the Darkfish Rdoc Generator 2.