Skip to content

Commit 91753ce

Browse files
committed
Improve "thor docs:page" with --debug option
1 parent 083b8e0 commit 91753ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/docs.thor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class DocsCLI < Thor
5353
Docs.install_report :store if options[:verbose]
5454
if options[:debug]
5555
GC.disable
56-
Docs.install_report :filter, :request
56+
Docs.install_report :filter, :request, :doc
5757
end
5858

5959
if Docs.generate_page(name, options[:version], path)

0 commit comments

Comments
 (0)