summary refs log tree commit diff stats
path: root/lib/pure/asyncfutures.nim
diff options
context:
space:
mode:
authorNaveen Arunachalam <notatroll.troll@gmail.com>2018-08-12 16:10:06 -0400
committerAndreas Rumpf <rumpf_a@web.de>2018-08-12 22:10:06 +0200
commite839c01f5b8b9fbe0d297be9d9bf8a429b49a1b1 (patch)
treea37beacae93648fccc8c8b94d8845a32a7ff0c68 /lib/pure/asyncfutures.nim
parent3cb963f1147b79a96f98373fe4db9c7da5717919 (diff)
downloadNim-e839c01f5b8b9fbe0d297be9d9bf8a429b49a1b1.tar.gz
Clarify usage of "Test" argument in Koch (#8613)
Minor change to help people (e.g. like myself) who are starting out :)
Currently, the readme mentions the use of `./koch tests cat async`, but
the help text for koch doesn't mention it. Helptexts are modified
accordingly.
Diffstat (limited to 'lib/pure/asyncfutures.nim')
0 files changed, 0 insertions, 0 deletions
s='alt'>
66a7e3d37 ^
4cd558bda ^


81a917390 ^
4cd558bda ^





























e27e873b7 ^
571dbc8ef ^














4cd558bda ^


571dbc8ef ^
























834efe018 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97