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/publish.rb

Direct Known Subclasses

Create, Lint, Publish, Run, Setup

Defined Under Namespace

Classes: Create, Lint, Publish, Run, Setup

Instance Method Summary collapse

Instance Method Details

#runObject



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

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