# File lib/compass/commands/create_project.rb, line 72
        def description(command)
          if command.to_sym == :create
            "Create a new compass project"
          else
            "Add compass to an existing project"
          end
        end