JuliaWeb / RemoteREPL.jl

Connect a REPL to a remote Julia process
MIT License
120 stars 11 forks source link

Add specific argument types to connect_repl #41

Closed c42f closed 2 years ago

c42f commented 2 years ago

This should make it a little easier to see what's going wrong if the wrong argument type is passed to ssh_opts or similar. Also specify clearer field types in the Connection struct.

Fixes #40