Class: Brut::CLI::Apps::Scaffold::Form
Instance Attribute Summary
#parent_command
Instance Method Summary
collapse
Methods inherited from Action
#opts
#accepts, #argv, #bootstrap?, #commands, #default_command, #default_command_class, #default_rack_env, #env, #env_vars, #execute, #name, #options, #opts, #puts, #stderr, #stdin, #stdout, #system!
Instance Method Details
#args_description ⇒ Object
550
|
# File 'lib/brut/cli/apps/scaffold.rb', line 550
def args_description = "form_route"
|
#description ⇒ Object
549
|
# File 'lib/brut/cli/apps/scaffold.rb', line 549
def description = "Create a form and handler"
|
#run ⇒ Object
552
553
554
|
# File 'lib/brut/cli/apps/scaffold.rb', line 552
def run
super(form:true)
end
|