Class: Mytotp::Commands::Version

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/mytotp/commands/version.rb

Overview

Class command for show the app version

Instance Method Summary collapse

Instance Method Details

#callObject

execute the command



9
10
11
# File 'lib/mytotp/commands/version.rb', line 9

def call(*)
  puts VERSION
end