Diff

core/features.lua @ 13203:aa6c2692a4be

core.moduleapi: Allow specifying an acceptable range for number options
author Kim Alvefur <zash@zash.se>
date Tue, 05 Oct 2021 15:36:38 +0200
parent 13201:65fb0d7a2312
child 13204:c9ef35fab0b1
line wrap: on
line diff
--- a/core/features.lua	Sat Jan 16 21:04:58 2021 +0100
+++ b/core/features.lua	Tue Oct 05 15:36:38 2021 +0200
@@ -18,5 +18,6 @@
 
 		-- new moduleapi methods
 		"getopt-enum";
+		"getopt-interval";
 	};
 };