Skip to content

Commit cc8a849

Browse files
committed
Add support for starting a REPL presentation
1 parent 5736020 commit cc8a849

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

bin/cli_commands.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,12 @@
791791
"path": "@stdlib/repl",
792792
"group": "general"
793793
},
794+
{
795+
"command": "repl-presentation",
796+
"description": "Start a REPL presentation.",
797+
"path": "@stdlib/repl/presentation",
798+
"group": "general"
799+
},
794800
{
795801
"command": "replace",
796802
"description": "Replace search occurrences in a string.",

bin/usage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Commands:
1111
help [command] Print a help message.
1212
datasets Retrieve a dataset.
1313
repl Start a REPL.
14+
repl-presentation Start a REPL presentation.
1415

1516
Assert:
1617

0 commit comments

Comments
 (0)