Sha256: 7d8046a1615f3e87fb73669f40a17f05b6d81a80184d894cb8a69900898312e6

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lhj-tools-0.1.1 lib/lhj/command.rb
lhj-tools-0.1.0 lib/lhj/command.rb