From 924064a30ad560e9aecc2d5e3b72f6a4a85b40ae Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 5 Oct 2021 15:36:38 +0200 Subject: core.moduleapi: Allow specifying an acceptable range for number options --- core/features.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/features.lua') diff --git a/core/features.lua b/core/features.lua index 2948a1a7..41d8ce70 100644 --- a/core/features.lua +++ b/core/features.lua @@ -18,5 +18,6 @@ return { -- new moduleapi methods "getopt-enum"; + "getopt-interval"; }; }; -- cgit v1.2.3