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.47.2 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.142.7 lib/avm/tools/runner/launcher.rb
eac_tools-0.47.1 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.47.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.46.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.45.2 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.142.6 lib/avm/tools/runner/launcher.rb
eac_tools-0.45.1 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.142.5 lib/avm/tools/runner/launcher.rb
eac_tools-0.45.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.44.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.43.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.42.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.41.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
eac_tools-0.40.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.142.4 lib/avm/tools/runner/launcher.rb
eac_tools-0.39.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.142.3 lib/avm/tools/runner/launcher.rb
eac_tools-0.38.0 sub/avm-tools/lib/avm/tools/runner/launcher.rb
avm-tools-0.142.2 lib/avm/tools/runner/launcher.rb