Sha256: 05d7cdcf85abe5cea702172c45aac9cb1cadeff2e40560a366362c65d54ea47f

Contents?: true

Size: 300 Bytes

Versions: 26

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

require 'eac_cli/core_ext'

module Ehbrs
  module Tools
    class Runner
      class Vg
        require_sub __FILE__

        runner_with :help, :subcommands do
          desc 'Ferramentas para video game.'
          subcommands
        end
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
ehbrs-tools-0.27.0 lib/ehbrs/tools/runner/vg.rb
ehbrs-tools-0.26.0 lib/ehbrs/tools/runner/vg.rb
ehbrs-tools-0.25.1 lib/ehbrs/tools/runner/vg.rb
ehbrs-tools-0.25.0 lib/ehbrs/tools/runner/vg.rb
ehbrs-tools-0.24.0 lib/ehbrs/tools/runner/vg.rb
ehbrs-tools-0.23.1 lib/ehbrs/tools/runner/vg.rb