We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628bc04 commit cd9cebcCopy full SHA for cd9cebc
docs/src/modules/examples.md
@@ -5,12 +5,10 @@
5
delib.module {
6
name = "constants";
7
8
- options = {
9
- constants = with delib; {
10
- username = readOnly (strOption "sjohn");
11
- userfullname = readOnly (strOption "John Smith");
12
- useremail = readOnly (strOption "johnsmith@example.com");
13
- };
+ options.constants = with delib; {
+ username = readOnly (strOption "sjohn");
+ userfullname = readOnly (strOption "John Smith");
+ useremail = readOnly (strOption "johnsmith@example.com");
14
};
15
}
16
```
0 commit comments