Class: Tzispa::Cli
- Inherits:
-
Thor
- Object
- Thor
- Tzispa::Cli
- Defined in:
- lib/tzispa/cli.rb
Instance Method Summary collapse
Instance Method Details
#version ⇒ Object
8 9 10 11 |
# File 'lib/tzispa/cli.rb', line 8 def version require 'tzispa/version' puts "v#{VERSION}" end |