[Command Line] Improved descriptions of the watch and init commands.

This commit is contained in:
Chris Eppstein 2010-05-14 23:02:19 -07:00
parent 732fc8f042
commit 9a49c457da
2 changed files with 5 additions and 1 deletions

View File

@ -68,7 +68,7 @@ module Compass
if command.to_sym == :create
"Create a new compass project"
else
"Initialize an existing project"
"Add compass to an existing project"
end
end

View File

@ -97,6 +97,10 @@ module Compass
end
class << self
def description(command)
"Compile Sass stylesheets to CSS when they change"
end
def option_parser(arguments)
parser = Compass::Exec::CommandOptionParser.new(arguments)
parser.extend(Compass::Exec::GlobalOptionsParser)