Skip to content

Commit

Permalink
initializing shouldn't continue with rest of code
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronfeng committed May 31, 2012
1 parent e434165 commit 0879ee1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/claws
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ require 'yaml'


options = Claws::Options.parse options = Claws::Options.parse


Claws::Command::Initialize.exec if options.initialize if options.initialize
Claws::Command::Initialize.exec
puts "Please enter your access key id and secret access key in #{$HOME}/.claws.yml"
exit 0
end


Claws::Command::Version.exec if options.version Claws::Command::Version.exec if options.version


Expand Down

0 comments on commit 0879ee1

Please sign in to comment.