Skip to content

Commit

Permalink
Minor fix to connect_repl() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
c42f committed Jul 30, 2024
1 parent c273759 commit 1596ea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,9 @@ _repl_client_connection = nothing

"""
connect_repl([host=localhost,] port::Integer=$DEFAULT_PORT;
use_ssh_tunnel = (host != localhost) ? :ssh : :none,
ssh_opts = ``, repl=Base.active_repl, session_id = nothing)
tunnel = (host != localhost) ? :ssh : :none,
ssh_opts = ``, region=nothing, namespace=nothing,
repl=Base.active_repl, session_id = nothing)
Connect client REPL to a remote `host` on `port`. This is then accessible as a
remote sub-repl of the current Julia session.
Expand Down

0 comments on commit 1596ea4

Please sign in to comment.