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.65.1 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.147.0 lib/avm/tools/runner/launcher.rb
eac_tools-0.65.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.146.0 lib/avm/tools/runner/launcher.rb
eac_tools-0.64.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.63.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.62.1 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.62.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.61.1 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.61.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.60.3 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.60.2 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.60.1 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.60.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.59.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.58.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.57.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.56.1 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.56.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.55.7 sub/avm-tools/lib/avm/tools/runner/launcher.rb