1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 23:53:02 +00:00

Rename jpm repl to jpm debug-repl.

This commit is contained in:
Calvin Rose
2020-05-15 17:21:58 -05:00
parent cf670153f9
commit 3bb3adefbb
3 changed files with 7 additions and 6 deletions

4
jpm.1
View File

@@ -26,7 +26,7 @@ More interesting are the local commands. For more information on jpm usage, see
.TP
.BR \-\-nocolor
Disable color in the jpm repl.
Disable color in the jpm debug repl.
.TP
.BR \-\-verbose
@@ -172,7 +172,7 @@ as function arguments. The entry file can import other modules, including native
jpm will attempt to include the dependencies into the generated executable.
.TP
.BR repl
.BR debug-repl
Load the current project.janet file and start a repl in it's environment. This lets a user better
debug the project file, as well as run rules manually.