cmd/manifest.rb in bahuvrihi-tap-0.11.2 vs cmd/manifest.rb in bahuvrihi-tap-0.12.0

- old
+ new

@@ -2,16 +2,16 @@ # # Prints information about the current tap environment. # options = {} -OptionParser.new do |opts| +ConfigParser.new do |opts| opts.separator "" opts.separator "options:" opts.on("-h", "--help", "Show this message") do - opts.banner = Tap::Support::Lazydoc.usage(__FILE__) + puts Lazydoc.usage(__FILE__) puts opts exit end # opts.on("-t", "--tree", "Just print the env tree.") do \ No newline at end of file