@@ 23,6 23,8 @@ example.example_command = { },
bar = {
description = "Subcommand bar description",
+ -- MAYBE unify args and named_args (in lua tables can have both named and non-named stuff)
+ -- note: it'd make named "1", "2"... arguments impossible (?)
args = {
{
name = "arg1", -- optional