On https://preview.bazel.build/reference/flag-cheatsheet, flag names like --verbose are rendered with an emdash (—) instead of two dashes (--).
This appears to be Mintlify's smart typography converting -- into — in prose contexts, making the flags incorrect and uncopyable.
On https://preview.bazel.build/reference/flag-cheatsheet, flag names like
--verboseare rendered with an emdash (—) instead of two dashes (--).This appears to be Mintlify's smart typography converting
--into—in prose contexts, making the flags incorrect and uncopyable.