File tree Expand file tree Collapse file tree 14 files changed +28
-28
lines changed Expand file tree Collapse file tree 14 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ pub fn cli() -> Command {
36
36
"Benchmark only the specified example" ,
37
37
"Benchmark all examples" ,
38
38
"Benchmark only the specified test target" ,
39
- "Benchmark all test targets " ,
39
+ "Benchmark all targets that have ` test = true` set " ,
40
40
"Benchmark only the specified bench target" ,
41
- "Benchmark all bench targets " ,
41
+ "Benchmark all targets that have ` bench = true` set " ,
42
42
"Benchmark all targets" ,
43
43
)
44
44
. arg_features ( )
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ pub fn cli() -> Command {
22
22
"Build only the specified example" ,
23
23
"Build all examples" ,
24
24
"Build only the specified test target" ,
25
- "Build all test targets " ,
25
+ "Build all targets that have ` test = true` set " ,
26
26
"Build only the specified bench target" ,
27
- "Build all bench targets " ,
27
+ "Build all targets that have ` bench = true` set " ,
28
28
"Build all targets" ,
29
29
)
30
30
. arg_features ( )
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ pub fn cli() -> Command {
22
22
"Check only the specified example" ,
23
23
"Check all examples" ,
24
24
"Check only the specified test target" ,
25
- "Check all test targets " ,
25
+ "Check all targets that have ` test = true` set " ,
26
26
"Check only the specified bench target" ,
27
- "Check all bench targets " ,
27
+ "Check all targets that have ` bench = true` set " ,
28
28
"Check all targets" ,
29
29
)
30
30
. arg_features ( )
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ pub fn cli() -> Command {
41
41
"Fix only the specified example" ,
42
42
"Fix all examples" ,
43
43
"Fix only the specified test target" ,
44
- "Fix all test targets " ,
44
+ "Fix all targets that have ` test = true` set " ,
45
45
"Fix only the specified bench target" ,
46
- "Fix all bench targets " ,
46
+ "Fix all targets that have ` bench = true` set " ,
47
47
"Fix all targets (default)" ,
48
48
)
49
49
. arg_features ( )
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ pub fn cli() -> Command {
38
38
"Build only the specified example" ,
39
39
"Build all examples" ,
40
40
"Build only the specified test target" ,
41
- "Build all test targets " ,
41
+ "Build all targets that have ` test = true` set " ,
42
42
"Build only the specified bench target" ,
43
- "Build all bench targets " ,
43
+ "Build all targets that have ` bench = true` set " ,
44
44
"Build all targets" ,
45
45
)
46
46
. arg_features ( )
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ pub fn cli() -> Command {
26
26
"Build only the specified example" ,
27
27
"Build all examples" ,
28
28
"Build only the specified test target" ,
29
- "Build all test targets " ,
29
+ "Build all targets that have ` test = true` set " ,
30
30
"Build only the specified bench target" ,
31
- "Build all bench targets " ,
31
+ "Build all targets that have ` bench = true` set " ,
32
32
"Build all targets" ,
33
33
)
34
34
. arg_features ( )
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ pub fn cli() -> Command {
41
41
"Test only the specified example" ,
42
42
"Test all examples" ,
43
43
"Test only the specified test target" ,
44
- "Test all test targets " ,
44
+ "Test all targets that have ` test = true` set " ,
45
45
"Test only the specified bench target" ,
46
- "Test all bench targets " ,
46
+ "Test all targets that have ` bench = true` set " ,
47
47
"Test all targets (does not include doctests)" ,
48
48
)
49
49
. arg (
You can’t perform that action at this time.
0 commit comments