mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
a1cb7a2a88
It's now possible to specify a validation function for config items. Use that to validate line_height: ``` ; ./target/debug/wezterm --config line_height=-1 08:41:10.576 ERROR wezterm > Error converting lua value from overrides to Config struct: Error processing Config::line_height: Illegal value -1 for line_height; it must be positive and greater than zero!; terminating ``` refs: https://github.com/wez/wezterm/issues/2247 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |