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,
lib/ormdev/command/support.rb

Direct Known Subclasses

Create, Lint, Publish, Run, Setup, Support, Update

Defined Under Namespace

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

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