Class: Brut::CLI::Apps::Scaffold
- Inherits:
-
Commands::BaseCommand
- Object
- Commands::BaseCommand
- Brut::CLI::Apps::Scaffold
- Defined in:
- lib/brut/cli/apps/scaffold.rb
Defined Under Namespace
Classes: Action, BaseCommand, Component, CustomElementTest, DbModel, E2ETest, Form, Page, RoutesEditor, Test
Instance Attribute Summary
Attributes inherited from Commands::BaseCommand
Instance Method Summary collapse
Methods inherited from Commands::BaseCommand
#accepts, #args_description, #argv, #bootstrap?, #default_rack_env, #delegate_to_command, #detailed_description, #env, #env_vars, #execute, #name, #options, #opts, #puts, #run, #stdin, #system!, #theme
Instance Method Details
#commands ⇒ Object
7 8 9 |
# File 'lib/brut/cli/apps/scaffold.rb', line 7 def commands super - [ Brut::CLI::Apps::Scaffold::BaseCommand ] end |
#description ⇒ Object
5 |
# File 'lib/brut/cli/apps/scaffold.rb', line 5 def description = "Create scaffolds of various files to help develop more quckly" |