mirror of
https://github.com/wez/wezterm.git
synced 2024-11-24 07:46:59 +03:00
da7da888cd
Invalid option names, or values that evaluate as nil (such as the `foo` above: that's treated as a global variable reference, but `foo` isn't a defined global and evaluates as `nil`) will now cause the program startup to error out with an actionable error message. Previously, the invalid config name would generate a warning, and the invalid value would silently have no effect as it has the same effect as omitting the named value and leaving it as its default value. I think these cases should both immediately error out and stop further processing, so that's what we're doing. This commit also adds support for adding: ``` #[dynamic(deprecated = "use newer option instead")] pub some_config_value: bool, ``` but not options currently use this. |
||
---|---|---|
.. | ||
colorschemes | ||
config | ||
install | ||
screenshots | ||
_config.yml | ||
book.toml | ||
changelog.md | ||
contributing.md | ||
copymode.md | ||
custom.css | ||
escape-sequences.md | ||
faq.md | ||
features.md | ||
help.md | ||
hyperlinks.md | ||
imgcat.md | ||
index.md | ||
installation.md | ||
mermaid-init.js | ||
multiplexing.md | ||
quickselect.md | ||
README.markdown | ||
scrollback.md | ||
serial.md | ||
shell-integration.md | ||
ssh.md |
This directory contains the sources for the documentation. Read the generated documentation at: https://wezfurlong.org/wezterm