Mention --width-estimation-method in config docs
This commit is contained in:
parent
56896a861e
commit
cc436bbb3a
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue