Merge 13.0->trunk

This commit is contained in:
Kim Alvefur 2025-02-17 01:01:54 +01:00
commit 5cdef4e2cc

View file

@ -515,7 +515,7 @@ function subcommands.generate(arg)
end end
local roles = opts.role or {}; local roles = opts.role or {};
local groups = opts.groups or {}; local groups = opts.group or {};
if opts.admin then if opts.admin then
-- Insert it first since we don't get order out of argparse -- Insert it first since we don't get order out of argparse