Class: OrmDev::Command

Inherits:
CLAide::Command
  • Object
show all
Defined in:
lib/ormdev/command.rb,
lib/ormdev/command/run.rb,
lib/ormdev/command/lint.rb,
lib/ormdev/command/setup.rb,
lib/ormdev/command/create.rb,
lib/ormdev/command/update.rb,
lib/ormdev/command/publish.rb

Direct Known Subclasses

Create, Lint, Publish, Run, Setup, Update

Defined Under Namespace

Classes: Create, Lint, Publish, Run, Setup, Update

Instance Method Summary collapse

Instance Method Details

#runObject



18
19
20
# File 'lib/ormdev/command.rb', line 18

def run
  OrmDev::LogUtil.info '* 开始执行orm … *'
end