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 5022ae7 commit 0bd3cedCopy full SHA for 0bd3ced
justfile
@@ -8,6 +8,9 @@ task-hello:
8
list:
9
cargo run --bin tk -- --list
10
11
+vs-tasks:
12
+ cargo run --bin tk -- --runner vscode --list
13
+
14
hello:
15
echo "hello"
16
0 commit comments