Methods

Class/Module Index [+]

Quicksearch

Compass::Commands::CleanProjectOptionsParser

Public Instance Methods

set_options(opts) click to toggle source
# File lib/compass/commands/clean_project.rb, line 7
def set_options(opts)
  opts.banner = %{
    Usage: compass clean [path/to/project] [options]

    Description:
    Remove generated files and the sass cache.

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

  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.