We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d350699 commit f6acba3Copy full SHA for f6acba3
src/execute/julia.ts
@@ -848,7 +848,7 @@ function populateJuliaEngineCommand(command: Command) {
848
command
849
.command("status", "Status")
850
.description(
851
- "Get status information on the currently running Julia server process",
+ "Get status information on the currently running Julia server process.",
852
).action(logStatus)
853
.command("kill", "Kill server")
854
.description("Kills the control server if it is currently running.")
0 commit comments