Sha256: 04e388fcfb048b2c664d5b17757c1364b127d8033a0114e6d5945431080e3470

Contents?: true

Size: 193 Bytes

Versions: 13

Compression:

Stored size: 193 Bytes

Contents

Execute.define_task do
  desc "attach", "Attach to rhoconnect console"
  def attach
    invoke :dtach_installed
    system "dtach -a #{rhoconnect_socket}" unless windows?
  end #attach
end #do

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rhoconnect-3.3.6 commands/commands/rhoconnect/attach.rb
rhoconnect-3.3.5 commands/commands/rhoconnect/attach.rb
rhoconnect-3.3.4 commands/commands/rhoconnect/attach.rb
rhoconnect-3.3.3 commands/commands/rhoconnect/attach.rb
rhoconnect-3.3.2 commands/commands/rhoconnect/attach.rb
rhoconnect-3.3.1 commands/commands/rhoconnect/attach.rb
rhoconnect-3.3.1.beta4 commands/commands/rhoconnect/attach.rb
rhoconnect-3.3.1.beta3 commands/commands/rhoconnect/attach.rb
rhoconnect-3.3.1.beta2 commands/commands/rhoconnect/attach.rb
rhoconnect-3.2.1 commands/commands/rhoconnect/attach.rb
rhoconnect-3.2.0 commands/commands/rhoconnect/attach.rb
rhoconnect-3.2.0.beta5 commands/commands/rhoconnect/attach.rb
rhoconnect-3.2.0.beta4 commands/commands/rhoconnect/attach.rb