mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
doc: improve coverage CLI help text (#11646)
Co-authored-by: Casper Beyer <caspervonb@pm.me>
This commit is contained in:
parent
3197cad0f8
commit
bb6473f3c2
1 changed files with 2 additions and 1 deletions
|
@ -1090,9 +1090,10 @@ fn test_subcommand<'a, 'b>() -> App<'a, 'b> {
|
|||
.long("coverage")
|
||||
.require_equals(true)
|
||||
.takes_value(true)
|
||||
.value_name("DIR")
|
||||
.conflicts_with("inspect")
|
||||
.conflicts_with("inspect-brk")
|
||||
.help("UNSTABLE: Collect coverage profile data"),
|
||||
.help("UNSTABLE: Collect coverage profile data into DIR"),
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("jobs")
|
||||
|
|
Loading…
Add table
Reference in a new issue