cargo-web icon indicating copy to clipboard operation
cargo-web copied to clipboard

`cargo web build` does not accept -vv

Open ColonelThirtyTwo opened this issue 5 years ago • 0 comments

In cargo build, the -vv argument is used to print the output of build.rs scripts as they run, which is nice for debugging. cargo web build complains that it is an invalid argument.

ColonelThirtyTwo avatar Aug 05 '19 20:08 ColonelThirtyTwo