Class: Rubyists::Linear::CLI::Version
- Inherits:
-
Object
- Object
- Rubyists::Linear::CLI::Version
- Includes:
- CommonOptions, SemanticLogger::Loggable
- Defined in:
- lib/linear/commands/version.rb
Overview
The Version command
Instance Method Summary collapse
Methods included from CommonOptions
Instance Method Details
#call ⇒ Object
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 |