Skip to content

Commit bf247eb

Browse files
committed
streamline aliases
1 parent 99a4348 commit bf247eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2022/.cargo/config.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
quiet = true
33

44
[alias]
5-
a = "add"
6-
rr = "run -r"
5+
a = ["add"]
6+
rr = ["run -r"]
77
wr = ["watch", "-x", "run"]
88
wrr = ["watch", "-x", "run -r"]
9-
nt = "nextest run"
9+
nt = ["nextest run"]
1010
wt = ["watch", "-x", "test"]
1111
wnt = ["watch", "-x", "nextest run"]

0 commit comments

Comments
 (0)