Sha256: c95f9790f40b6001fa929ce87dd0e1bd3acd0412cdecd151ef219b4afcee02bf

Contents?: true

Size: 359 Bytes

Versions: 69

Compression:

Stored size: 359 Bytes

Contents

# frozen_string_literal: true

require 'avm/tools/core_ext'
require 'avm/projects/stereotypes'

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

69 entries across 69 versions & 2 rubygems

Version Path
eac_tools-0.55.6 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.55.5 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.55.4 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.55.3 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.55.2 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.145.1 lib/avm/tools/runner/launcher.rb
eac_tools-0.55.1 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.145.0 lib/avm/tools/runner/launcher.rb
eac_tools-0.55.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.144.0 lib/avm/tools/runner/launcher.rb
eac_tools-0.54.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.53.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.52.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.51.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.143.0 lib/avm/tools/runner/launcher.rb
eac_tools-0.50.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.49.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.142.8 lib/avm/tools/runner/launcher.rb
eac_tools-0.48.1 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.48.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb