lib/lhj/command.rb in lhj-tools-0.1.1 vs lib/lhj/command.rb in lhj-tools-0.1.2

- old
+ new

@@ -1,8 +1,19 @@ require 'claide' module Lhj class Command < CLAide::Command + require 'lhj/command/init' + require 'lhj/command/head_import' + require 'lhj/command/refactor_rename' + require 'lhj/command/local/fetch' + require 'lhj/command/local/filter' + require 'lhj/command/local/local' + require 'lhj/command/local/micro_service' + require 'lhj/command/local/local_upload' + require 'lhj/command/oss/del' + require 'lhj/command/oss/upload' + require 'lhj/command/oss/list' require 'lhj/command/view' require 'lhj/command/rename_image' require 'lhj/command/trans' require 'lhj/command/yapi' \ No newline at end of file