Sha256: c1583acfe3d20d37dacc400a8dee18ed29f568f7a4cd7bbf5c4db81c1f2df6f5

Contents?: true

Size: 294 Bytes

Versions: 27

Compression:

Stored size: 294 Bytes

Contents

# frozen_string_literal: true

require 'eac_cli/core_ext'

module Ehbrs
  module Tools
    class Runner
      class Google
        require_sub __FILE__

        runner_with :help, :subcommands do
          desc 'Utilidades Google.'
          subcommands
        end
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ehbrs-tools-0.43.1 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.43.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.42.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.39.1 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.39.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.38.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.37.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.36.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.35.1 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.35.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.34.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.33.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.32.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.31.1 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.31.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.30.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.29.0 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.28.3 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.28.2 lib/ehbrs/tools/runner/google.rb
ehbrs-tools-0.28.1 lib/ehbrs/tools/runner/google.rb