## Summary For example:  Closes https://github.com/astral-sh/uv/issues/5129.
## Summary Generates Markdown from the `OptionsMetadata`, following the same strategy as in Ruff. ## Test Plan `cargo dev generate-options-reference`
OptionsMetadata
## Summary The bulk of the change is copied directly from Ruff: - https://github.com/astral-sh/ruff/blob/dc8db1afb08704ad6a788c497068b01edf8b460d/crates/ruff_workspace/src/options_base.rs - https://github.com/astral-sh/ruff/blob/dc8db1afb08704ad6a788c497068b01edf8b460d/crates/ruff_macros/src/config.rs
Combine
## Summary Saves us some boilerplate when adding settings in the future.