Version: Deno 2.0.3
deno fmt
deno fmt --check
error: Found 1 not formatted file in 1 file.deno fmt --quiet --check
error: Found 1 not formatted file in 1 file.Could a --fail-fast please be added that short-circuits. As soon as it knows it is going to exit with a 1, it should instantly exit.
deno fmt --quiet --check --fail-fast