Sha256: a92a149b81a031b5af7a43e0576d18bce18b2d93d2077924a985a43aead86e8f
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
module Jdt class CLI < Thor desc "manifest", "prints the contents of the manifest on the console" method_options :location => "." def manifest handle_errors do say Jdt::Manifest.find(options[:location]).to_xml end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jdt-0.0.3 | lib/jdt/commands/pretty_print.rb |
jdt-0.0.2 | lib/jdt/commands/pretty_print.rb |