Method: MVCLI::App#bootstrap

Defined in:
lib/mvcli/app.rb

#bootstrap(command) ⇒ Object



18
19
20
# File 'lib/mvcli/app.rb', line 18

def bootstrap(command)
  Map command: command, app: self, cortex: cortex, loader: loader, actions: Action
end