Class: Funkce::CLI
- Inherits:
-
Thor
- Object
- Thor
- Funkce::CLI
- 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 |