You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("unable to find coverage information for " ..name)
94
+
end
95
+
end
34
96
end,
35
97
}
36
98
config.commands["build-markdown"] = {
99
+
description="Generate markdown documentation for AI assistants (modes: all, core, minimal, tests)",
37
100
cb=function(args)
38
101
localmode=args[1]
39
102
-- this is just for something like a single file you can paste into gemini 1.5 or chatgpt. gemini's ai studio interface kind of doesn't work with many files, so this is easier.
@@ -130,6 +193,7 @@ end
130
193
131
194
do-- these override existing commands and should probably be made more generic
132
195
config.commands["build"] = {
196
+
description="Build NattLua into a single distributable Lua file with optional modes (fast)",
0 commit comments