Add help text for the imports subcommand.

Closes GH-182
This commit is contained in:
Chris Eppstein 2010-10-11 02:33:35 -07:00
parent 45ca5eb147
commit 37db7f3b8c

View File

@ -16,6 +16,12 @@ module Compass
def description(command)
"Emit an imports suitable for passing to the sass command-line."
end
def usage
"Usage: compass imports\n\n" +
"Prints out the imports known to compass.\n"+
"Useful for passing imports to the sass command line:\n" +
" sass -r compass `compass imports` a_file_using_compass.sass"
end
def parse!(arguments)
if arguments.join("").strip.size > 0
raise OptionParser::ParseError, "This command takes no options or arguments."