Class: Rubyists::Linear::CLI::Version

Inherits:
Object
  • Object
show all
Includes:
CommonOptions, SemanticLogger::Loggable
Defined in:
lib/linear/commands/version.rb

Overview

The Version command

Instance Method Summary collapse

Methods included from CommonOptions

#display, included

Instance Method Details

#callObject



19
20
21
22
# File 'lib/linear/commands/version.rb', line 19

def call(**)
  logger.debug 'Version called'
  TTY::Prompt.new.say Rubyists::Linear::VERSION
end