Sha256: 0d407d17eb943f4448b7f5ddae8c085b3f299c5a4f1439d126837a0121081272

Contents?: true

Size: 318 Bytes

Versions: 11

Compression:

Stored size: 318 Bytes

Contents

# frozen_string_literal: true

require 'avm/core_ext'

module Avm
  module Tools
    class Runner
      class Launcher
        require_sub __FILE__
        runner_with :help, :subcommands do
          desc 'Utilities to deploy applications and libraries.'
          subcommands
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
avm-tools-0.103.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.102.2 lib/avm/tools/runner/launcher.rb
avm-tools-0.102.1 lib/avm/tools/runner/launcher.rb
avm-tools-0.102.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.101.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.100.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.99.1 lib/avm/tools/runner/launcher.rb
avm-tools-0.99.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.98.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.97.0 lib/avm/tools/runner/launcher.rb
avm-tools-0.96.0 lib/avm/tools/runner/launcher.rb