From 516a074a33f5ffcb445dfbeaf4c88e3b09af97c4 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 6 Oct 2014 15:01:52 -0700 Subject: fixed `rake doc` and updated leap.md --- lib/leap_cli/markdown_document_listener.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/leap_cli/markdown_document_listener.rb b/lib/leap_cli/markdown_document_listener.rb index 60b012e..c25a243 100644 --- a/lib/leap_cli/markdown_document_listener.rb +++ b/lib/leap_cli/markdown_document_listener.rb @@ -11,7 +11,7 @@ require 'gli/commands/help_modules/arg_name_formatter' module LeapCli class MarkdownDocumentListener - def initialize(global_options,options,arguments) + def initialize(global_options,options,arguments,app) @io = File.new(File.basename($0) + ".md",'w') @nest = '' @commands = [File.basename($0)] -- cgit v1.2.3