lazy: add key.mode example

This commit is contained in:
Ching Pei Yang 2024-11-11 00:45:56 +01:00
parent ca6e46e3d9
commit 4adf0aa5da
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -35,6 +35,7 @@
mode = mkOption { mode = mkOption {
type = either str (listOf str); type = either str (listOf str);
example = ["n" "x" "o"];
description = "Modes to bind in"; description = "Modes to bind in";
}; };