require 'claide' module Ormdev # class Command < CLAide::Command # # require 'ormdev/command/create' # require 'ormdev/command/package' # require 'ormdev/command/push' # # self.abstract_command = true # self.command = 'orm' # self.version = ORM::VERSION # self.description = 'OriginalM —— 混合模式移动应用(Hybrid App)持续集成(Continuous Integration)工具包,用于构建、编译、测试、分发、部署的工具。' # # def run # ORM::Log.info '* 开始执行orm … *' # end # # end end