Skip to content

Commit 57609a7

Browse files
authored
feat(ml-cellar): add project subcommand (#6)
Signed-off-by: scepter914 <scepter914@gmail.com>
1 parent ba1a549 commit 57609a7

12 files changed

Lines changed: 759 additions & 21 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# test data
2+
data
3+
14
# Generated by Cargo
25
# will have compiled files and executables
36
debug

.vscode/tasks.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
"version": "2.0.0",
33
"tasks": [
44
{
5-
"label": "cargo install (local)",
5+
"label": "cargo test",
66
"type": "shell",
77
"command": "cargo",
88
"args": [
9-
"install",
10-
"--path",
11-
"."
9+
"test",
1210
],
1311
"options": {
1412
"cwd": "${workspaceFolder}"

0 commit comments

Comments
 (0)