Attempt at venv creation thing

This commit is contained in:
Smaug123
2024-03-25 09:39:47 +00:00
parent 4554ea1a90
commit db633836f1
2 changed files with 179 additions and 1 deletions

View File

@@ -166,7 +166,7 @@ if status then
local mappings = {}
local commands = {} -- Store commands keyed by the display string
function accumulate(tree)
local function accumulate(tree)
tree:walk(function(node)
-- Note: we could (if desired) view all groups, because the `node.mapping` table looks like this:
-- { prefix = "g", group = true, keys = {...}}