Module: Compass::Commands::CompileProjectOptionsParser

Defined in:
lib/compass/commands/update_project.rb

Instance Method Summary collapse

Instance Method Details

#set_options(opts) ⇒ Object



7
8
9
10
11
12
13
14
15
16
17
18
# File 'lib/compass/commands/update_project.rb', line 7

def set_options(opts)
  opts.banner = %Q{
    Usage: compass compile [path/to/project] [options]

    Description:
    compile project at the path specified or the current director if not specified.

    Options:
  }.split("\n").map{|l| l.gsub(/^ */,'')}.join("\n")

  super
end