Class: FlowEngine::CLI::Commands::Version

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

Instance Method Summary collapse

Instance Method Details

#callObject



9
10
11
12
# File 'lib/flowengine/cli/commands/version.rb', line 9

def call(**)
  puts "flowengine-cli #{FlowEngine::CLI::VERSION}"
  puts "flowengine #{FlowEngine::VERSION}"
end