Class: Funkce::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/funkce/cli.rb

Instance Method Summary collapse

Instance Method Details

#function(group, name) ⇒ Object



15
16
17
# File 'lib/funkce/cli.rb', line 15

def function(group, name)
  Funkce::Generators::Function.start([group, name])
end

#versionObject



10
11
12
# File 'lib/funkce/cli.rb', line 10

def version
  puts "Funkce version #{Funkce::VERSION}"
end