config: document true/false for shell-integration-features

This commit is contained in:
Jon Parise
2024-07-09 10:52:20 -04:00
parent 68599244fe
commit 91b56e2494

View File

@ -894,7 +894,7 @@ keybind: Keybinds = .{},
/// The format of this is a list of features to enable separated by commas. If /// The format of this is a list of features to enable separated by commas. If
/// you prefix a feature with `no-` then it is disabled. If you omit a feature, /// you prefix a feature with `no-` then it is disabled. If you omit a feature,
/// its default value is used, so you must explicitly disable features you don't /// its default value is used, so you must explicitly disable features you don't
/// want. /// want. You can also use `true` or `false` to turn all features on or off.
/// ///
/// Available features: /// Available features:
/// ///