Implement delays for show() and switch()

This commit is contained in:
centauri 2025-08-29 17:44:02 +01:00
parent 2518e292ed
commit 5262ef711c
6 changed files with 376 additions and 216 deletions

View file

@ -1,6 +1,7 @@
local version = { major = 0, minor = 3, patch = 1 }
local root = require "./root"
local branch = require "./branch"
local mount = require "./mount"
local create = require "./create"
local apply = require "./apply"
@ -50,6 +51,7 @@ local vide = {
-- core
root = root,
--branch = branch,
mount = mount,
create = create,
source = source,