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 5736020 commit cc8a849Copy full SHA for cc8a849
bin/cli_commands.json
@@ -791,6 +791,12 @@
791
"path": "@stdlib/repl",
792
"group": "general"
793
},
794
+ {
795
+ "command": "repl-presentation",
796
+ "description": "Start a REPL presentation.",
797
+ "path": "@stdlib/repl/presentation",
798
+ "group": "general"
799
+ },
800
{
801
"command": "replace",
802
"description": "Replace search occurrences in a string.",
bin/usage.txt
@@ -11,6 +11,7 @@ Commands:
11
help [command] Print a help message.
12
datasets Retrieve a dataset.
13
repl Start a REPL.
14
+ repl-presentation Start a REPL presentation.
15
16
Assert:
17
0 commit comments