1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Merge pull request #1150 from yawboakye/help_on_middleman_cli_commands

give information on finding help for each command
This commit is contained in:
Thomas Reynolds 2014-01-16 09:22:55 -08:00
commit 6219c95040

View file

@ -50,6 +50,7 @@ module Middleman
shell.say 'Tasks:'
shell.print_table(list, :ident => 2, :truncate => true)
shell.say %(\nSee 'middleman help <command>' for more information on specific command.)
shell.say
end
end