Class: Stylegen::CLI::Commands::Version

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

Instance Method Summary collapse

Instance Method Details

#callObject



22
23
24
# File 'lib/stylegen/cli/commands.rb', line 22

def call(*)
  puts "stylegen version #{Stylegen::VERSION}"
end