We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
connect_repl()
1 parent c273759 commit 1596ea4Copy full SHA for 1596ea4
src/client.jl
@@ -455,8 +455,9 @@ _repl_client_connection = nothing
455
456
"""
457
connect_repl([host=localhost,] port::Integer=$DEFAULT_PORT;
458
- use_ssh_tunnel = (host != localhost) ? :ssh : :none,
459
- ssh_opts = ``, repl=Base.active_repl, session_id = nothing)
+ tunnel = (host != localhost) ? :ssh : :none,
+ ssh_opts = ``, region=nothing, namespace=nothing,
460
+ repl=Base.active_repl, session_id = nothing)
461
462
Connect client REPL to a remote `host` on `port`. This is then accessible as a
463
remote sub-repl of the current Julia session.
0 commit comments