Class: Bicho::CLI::Commands::Version

Inherits:
Bicho::CLI::Command show all
Defined in:
lib/bicho/cli/commands/version.rb

Overview

Command to display Bicho's version.

Instance Attribute Summary

Attributes inherited from Bicho::CLI::Command

#t

Instance Method Summary collapse

Methods inherited from Bicho::CLI::Command

#initialize, opt, options, #parse_options, #parser

Methods included from Logging

#logger

Constructor Details

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

Instance Method Details

#do(_global_opts, _opts, _args) ⇒ Object



33
34
35
36
# File 'lib/bicho/cli/commands/version.rb', line 33

def do(_global_opts, _opts, _args)
  t.say(Bicho::VERSION)
  0
end