Sha256: 82f01f977a07f7cf99719d3941e2351c6794a1a43c813ef29919fefdb88cf7ec

Contents?: true

Size: 429 Bytes

Versions: 13

Compression:

Stored size: 429 Bytes

Contents

# frozen_string_literal: true

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

module Avm
  module Tools
    class Runner
      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

13 entries across 13 versions & 1 rubygems

Version Path
avm-tools-0.95.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.94.3 lib/avm/tools/runner/launcher.rb
avm-tools-0.94.2 lib/avm/tools/runner/launcher.rb
avm-tools-0.94.1 lib/avm/tools/runner/launcher.rb
avm-tools-0.94.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.93.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.92.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.91.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.90.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.89.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.88.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.87.1 lib/avm/tools/runner/launcher.rb
avm-tools-0.87.0 lib/avm/tools/runner/launcher.rb