Mention --width-estimation-method in config docs

This commit is contained in:
Joscha 2025-02-23 23:40:58 +01:00
parent 56896a861e
commit cc436bbb3a

View file

@ -62,6 +62,8 @@ pub struct Config {
/// this.
///
/// This method is used when `measure_widths` is set to `false`.
///
/// See also the `--width-estimation-method` command line option.
#[serde(default)]
pub width_estimation_method: WidthEstimationMethod,