Skip to content

Commit b48c68a

Browse files
committed
Tweak data REPL help text
1 parent 7513f6f commit b48c68a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/repl.jl

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ using Markdown
55
_data_repl_help = md"""
66
## DataSets Data REPL
77
8+
Press `>` to enter the data repl. Press TAB to complete commands.
9+
810
| Command | Alias | Action |
911
|:---------- |:--------- | :---------- |
1012
| `help` | `?` | Show this message |

test/Data.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ uuid="b498f769-a7f6-4f67-8d74-40b770398f26"
3636
#--------------------------------------------------
3737
[[datasets]]
3838
description="Gzipped CSV example"
39-
name="a_table"
39+
name="gzipped_table"
4040
uuid="2d126588-5f76-4e53-8245-87dc91625bf4"
4141

4242
[datasets.storage]

test/projects.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ using DataSets:
88
StackedDataProject,
99
project_name
1010

11-
test_project_names = ["a_table",
12-
"a_text_file",
11+
test_project_names = ["a_text_file",
1312
"a_tree_example",
1413
"embedded_blob",
1514
"embedded_tree",
15+
"gzipped_table",
1616
"old_backend_blob",
1717
"old_backend_tree",
1818
"some_namespace/a_text_file"]

0 commit comments

Comments
 (0)