Sha256: 37a4e2376fb38ec35be049b9847ef78acbf6e1e6ce3ef17a1c32757f81af1297

Contents?: true

Size: 469 Bytes

Versions: 44

Compression:

Stored size: 469 Bytes

Contents

# frozen_string_literal: true

require 'eac_cli/default_runner'
require 'eac_ruby_utils/core_ext'

module Avm
  module Tools
    class Runner < ::EacRubyUtils::Console::DocoptRunner
      class Launcher < ::EacRubyUtils::Console::DocoptRunner
        require_sub __FILE__
        include ::EacCli::DefaultRunner

        runner_definition do
          desc 'Utilities to deploy applications and libraries.'
          subcommands
        end
      end
    end
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

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