From 89044396d9ddbb8d92262e6f66723823eff1a63d Mon Sep 17 00:00:00 2001 From: yawboakye Date: Thu, 16 Jan 2014 01:19:55 +0000 Subject: [PATCH] give information on finding help for each command At the end of the tasks lists, the new line added gives information on how to find information on all the possible command that can be ran with `middleman`. Information include options that can be passed to the command --- middleman-cli/lib/middleman-cli.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/middleman-cli/lib/middleman-cli.rb b/middleman-cli/lib/middleman-cli.rb index 10efcd47..ee02429d 100644 --- a/middleman-cli/lib/middleman-cli.rb +++ b/middleman-cli/lib/middleman-cli.rb @@ -50,6 +50,7 @@ module Middleman shell.say 'Tasks:' shell.print_table(list, :ident => 2, :truncate => true) + shell.say %(\nSee 'middleman help ' for more information on specific command.) shell.say end end