require 'claide' module Lhj class Command < CLAide::Command require 'lhj/command/view' require 'lhj/command/rename_image' require 'lhj/command/trans' require 'lhj/command/yapi' self.abstract_command = true self.command = 'lhj' end end