Skip to content

Commit

Permalink
Update for new GLI
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseidhof committed Sep 29, 2012
1 parent 6defc51 commit 00773cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/showoff
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'showoff/version'
require 'rubygems' require 'rubygems'
require 'gli' require 'gli'


include GLI include GLI::App


version SHOWOFF_VERSION version SHOWOFF_VERSION


Expand Down Expand Up @@ -186,4 +186,4 @@ on_error do |exception|
true true
end end


exit GLI.run(ARGV) exit run(ARGV)

0 comments on commit 00773cd

Please sign in to comment.