Class: Rsodx::Cli::Commands::Generators::Presenter

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

Instance Method Summary collapse

Instance Method Details

#call(args) ⇒ Object



7
8
9
# File 'lib/rsodx/cli/commands/generators/presenter.rb', line 7

def call(args)
  Rsodx::Cli::Generator.generate(:presenter, args)
end