Skip to content

Commit

Permalink
Add a hint about exit() to the help message when the user types ?
Browse files Browse the repository at this point in the history
… and presses enter (JuliaLang#41997)

Co-authored-by: Jeff Bezanson <[email protected]>

Co-authored-by: Jeff Bezanson <[email protected]>
  • Loading branch information
2 people authored and LilithHafner committed Feb 22, 2022
1 parent ed9d602 commit 487d31f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/docs/basedocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ as well as many great tutorials and learning resources:
For help on a specific function or macro, type `?` followed
by its name, e.g. `?cos`, or `?@time`, and press enter.
Type `;` to enter shell mode, `]` to enter package mode.
To exit the interactive session, type `CTRL-D` (press the
control key together with the `d` key), or type `exit()`.
"""
kw"help", kw"Julia", kw"julia", kw""

Expand Down

0 comments on commit 487d31f

Please sign in to comment.