We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334e25e commit 7513f6fCopy full SHA for 7513f6f
src/repl.jl
@@ -9,7 +9,7 @@ _data_repl_help = md"""
9
|:---------- |:--------- | :---------- |
10
| `help` | `?` | Show this message |
11
| `list` | `ls` | List all datasets by name |
12
-| `show $name` | | Show the content of dataset `$name` |
+| `show $name` | | Preview the content of dataset `$name` |
13
| `stack` | `st` | Manipulate the global data search stack |
14
| `stack list` | `st ls` | List all projects in the global data search stack |
15
| `stack push $path` | `st push` | Add data project `$path` to front of the search stack |
0 commit comments