Class: Tweetwine::CLI::VersionCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/tweetwine/cli.rb

Instance Method Summary collapse

Methods inherited from Command

abort_with_usage, about, inherited, #initialize, name, #parse, register, show_usage, usage

Constructor Details

This class inherits a constructor from Tweetwine::CLI::Command

Instance Method Details

#runObject



381
382
383
# File 'lib/tweetwine/cli.rb', line 381

def run
  CLI.ui.info "tweetwine #{Tweetwine.version}"
end