Class: SMPTool::CLI::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- SMPTool::CLI::Commands::Version
- Defined in:
- lib/smp_tool/cli/commands/version.rb
Overview
Print version.
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
12 13 14 15 |
# File 'lib/smp_tool/cli/commands/version.rb', line 12 def call(*) puts "CLI (smp_tool-cli) version: #{SMPTool::CLI::VERSION}" puts "Core lib (smp_tool) version: #{SMPTool::VERSION}" end |