docs(test-report): mention options

This commit is contained in:
Joseph Cruz 2024-02-11 15:16:06 -05:00
parent 0658a550b0
commit bbe7115360

View file

@ -51,5 +51,5 @@ echo "CARGO_MAKE_CRATE_WORKSPACE_MEMBERS = $examples"
[tasks.test-report]
workspace = false
description = "show the cargo-make configuration for web examples"
description = "show the cargo-make configuration for web examples [web|all|help]"
script = { file = "./cargo-make/scripts/web-report.sh" }