Sha256: 42c351d5df596587a22581f8a2438e5374e14b9345cb3b7ebf55764b837abd04

Contents?: true

Size: 562 Bytes

Versions: 74

Compression:

Stored size: 562 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/console/docopt_runner'
require 'eac_ruby_utils/core_ext'

module Avm
  module Tools
    class Runner < ::EacRubyUtils::Console::DocoptRunner
      class Files < ::EacRubyUtils::Console::DocoptRunner
        require_sub __FILE__

        DOC = <<~DOCOPT
          Files utilities for AVM.

          Usage:
            __PROGRAM__ [options] __SUBCOMMANDS__
            __PROGRAM__ -h | --help

          Options:
            -h --help             Show this screen.
        DOCOPT
      end
    end
  end
end

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
avm-tools-0.86.0 lib/avm/tools/runner/files.rb
avm-tools-0.85.1 lib/avm/tools/runner/files.rb
avm-tools-0.85.0 lib/avm/tools/runner/files.rb
avm-tools-0.84.0 lib/avm/tools/runner/files.rb
avm-tools-0.83.0 lib/avm/tools/runner/files.rb
avm-tools-0.82.1 lib/avm/tools/runner/files.rb
avm-tools-0.82.0 lib/avm/tools/runner/files.rb
avm-tools-0.81.0 lib/avm/tools/runner/files.rb
avm-tools-0.80.0 lib/avm/tools/runner/files.rb
avm-tools-0.79.0 lib/avm/tools/runner/files.rb
avm-tools-0.78.0 lib/avm/tools/runner/files.rb
avm-tools-0.77.0 lib/avm/tools/runner/files.rb
avm-tools-0.76.1 lib/avm/tools/runner/files.rb
avm-tools-0.76.0 lib/avm/tools/runner/files.rb
avm-tools-0.75.1 lib/avm/tools/runner/files.rb
avm-tools-0.75.0 lib/avm/tools/runner/files.rb
avm-tools-0.74.1 lib/avm/tools/runner/files.rb
avm-tools-0.74.0 lib/avm/tools/runner/files.rb
avm-tools-0.73.0 lib/avm/tools/runner/files.rb
avm-tools-0.72.0 lib/avm/tools/runner/files.rb