Sha256: b83114ad87368061a82b1f3930b7a01c5fc2b66e48f5994393a62c0aec47e19c

Contents?: true

Size: 258 Bytes

Versions: 27

Compression:

Stored size: 258 Bytes

Contents

Execute.define_task do
  desc "attach", "Attach to rhoconnect console"
  def attach
    if dtach_installed?
      system "dtach -a #{rhoconnect_socket}"
    else
      "Cannot attach to rhoconnect console. 'dtach' program is not installed."
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
rhoconnect-7.6.0 commands/rhoconnect_attach/attach.rb
rhoconnect-7.5.1 commands/rhoconnect_attach/attach.rb
rhoconnect-7.4.1 commands/rhoconnect_attach/attach.rb
rhoconnect-7.1.17 commands/rhoconnect_attach/attach.rb
rhoconnect-6.2.0 commands/rhoconnect_attach/attach.rb
rhoconnect-6.0.11 commands/rhoconnect_attach/attach.rb
rhoconnect-5.5.18 commands/rhoconnect_attach/attach.rb
rhoconnect-5.5.17 commands/rhoconnect_attach/attach.rb
rhoconnect-5.5.15 commands/rhoconnect_attach/attach.rb
rhoconnect-5.5.0.22 commands/rhoconnect_attach/attach.rb
rhoconnect-5.5.2 commands/rhoconnect_attach/attach.rb
rhoconnect-5.5.0.7 commands/rhoconnect_attach/attach.rb
rhoconnect-5.5.0.3 commands/rhoconnect_attach/attach.rb
rhoconnect-5.5.0 commands/rhoconnect_attach/attach.rb
rhoconnect-5.1.1 commands/rhoconnect_attach/attach.rb
rhoconnect-4.0.4 commands/rhoconnect_attach/attach.rb
rhoconnect-4.0.3 commands/rhoconnect_attach/attach.rb
rhoconnect-4.0.2 commands/rhoconnect_attach/attach.rb
rhoconnect-4.0.1 commands/rhoconnect_attach/attach.rb
rhoconnect-4.0.0 commands/rhoconnect_attach/attach.rb