Skip to content

Commit

Permalink
add note about activate - to command help (JuliaLang#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored May 4, 2024
1 parent c26ad23 commit ed7a8dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/REPLMode/command_declarations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ PSA[:name => "activate",
activate
activate [--shared] path
activate --temp
activate - (activates the previously active environment)
Activate the environment at the given `path`, or use the first project found in
`LOAD_PATH` (ignoring `"@"`) if no `path` is specified.
Expand All @@ -339,6 +340,7 @@ When the option `--shared` is given, `path` will be assumed to be a directory na
it will be placed in the first depot of the stack.
Use the `--temp` option to create temporary environments which are removed when the julia
process is exited.
Use a single `-` to activate the previously active environment.
""" ,
],
PSA[:name => "update",
Expand Down

0 comments on commit ed7a8dc

Please sign in to comment.