class Funkce::CLI

Public Instance Methods

function(group, name) click to toggle source
# File lib/funkce/cli.rb, line 15
def function(group, name)
  Funkce::Generators::Function.start([group, name])
end
version() click to toggle source
# File lib/funkce/cli.rb, line 10
def version
  puts "Funkce version #{Funkce::VERSION}"
end