Skip to content

Commit

Permalink
Clarify no-argument behavior of activate in REPL help
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
  • Loading branch information
Socob and IanButterworth authored Aug 9, 2023
1 parent a975897 commit 15dcd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/REPLMode/command_declarations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ PSA[:name => "activate",
activate [--shared] path
activate --temp
Activate the environment at the given `path`, or use `LOAD_PATH` to determine the project to activate if no `path` is specified.
Activate the environment at the given `path`, or use the first project found in `LOAD_PATH` if no `path` is specified.
The active environment is the environment that is modified by executing package commands.
When the option `--shared` is given, `path` will be assumed to be a directory name and searched for in the
`environments` folders of the depots in the depot stack. In case no such environment exists in any of the depots,
Expand Down

0 comments on commit 15dcd2a

Please sign in to comment.