Software /
code /
prosody
Comparison
.luacheckrc @ 13201:65fb0d7a2312
moduleapi: Add enum config option method
For when a setting has a few fixed values it can take
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 16 Jan 2021 20:40:14 +0100 |
parent | 12849:330bfcaa5532 |
child | 13204:c9ef35fab0b1 |
comparison
equal
deleted
inserted
replaced
13200:150e3bbec1bd | 13201:65fb0d7a2312 |
---|---|
71 "module.get_host_type", | 71 "module.get_host_type", |
72 "module.get_name", | 72 "module.get_name", |
73 "module.get_option", | 73 "module.get_option", |
74 "module.get_option_array", | 74 "module.get_option_array", |
75 "module.get_option_boolean", | 75 "module.get_option_boolean", |
76 "module.get_option_enum", | |
76 "module.get_option_inherited_set", | 77 "module.get_option_inherited_set", |
77 "module.get_option_number", | 78 "module.get_option_number", |
78 "module.get_option_path", | 79 "module.get_option_path", |
79 "module.get_option_scalar", | 80 "module.get_option_scalar", |
80 "module.get_option_set", | 81 "module.get_option_set", |