Skip to content

Commit

Permalink
removed default subcommand; added version
Browse files Browse the repository at this point in the history
  • Loading branch information
tycobbb committed Jan 27, 2015
1 parent 48698ab commit 39c8eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Spectra
========
Keep app-specific colors in-sync across all your tools with a single specification!

Spectra is a Ruby DSL for generating color palettes (.clr), Objective-C categories, and Swift extensions. Define a spectrum.rb file, run `spectra`, and your color files synchronize!
Spectra is a Ruby DSL for generating color palettes (.clr), Objective-C categories, and Swift extensions. Define a spectrum.rb file, run `spectra generate`, and your color files synchronize!

## Using the DSL: spectrum.rb

Expand Down
2 changes: 1 addition & 1 deletion lib/spectra/commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module Spectra
class Command < CLAide::Command

self.abstract_command = true
self.default_subcommand = 'generate'

self.command = 'spectra'
self.summary = 'Serializes colors into a variety of filetypes using a convenient ruby DSL'
self.version = VERSION

def initialize(argv)
Spectra.logger.parse_argv(argv)
Expand Down

0 comments on commit 39c8eac

Please sign in to comment.