Class: JCF::CLI::Commands::Version
- Inherits:
-
JCF::CLI::Command
- Object
- Dry::CLI::Command
- JCF::CLI::Command
- JCF::CLI::Commands::Version
- Defined in:
- lib/jcf/cli/commands/version.rb
Instance Method Summary collapse
Methods inherited from JCF::CLI::Command
Instance Method Details
#call ⇒ Object
9 10 11 12 |
# File 'lib/jcf/cli/commands/version.rb', line 9 def call(*) require "jcf/version" out.puts "v#{JCF::VERSION}" end |