Module: Compass::Commands::StructureOptionsParser

Defined in:
lib/compass/commands/project_structure.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/project_structure.rb', line 7

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

    Description:
      Display the import structure of your stylesheets.

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

  super
end