publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -20,7 +20,7 @@ Learning my lesson from past development, I did my best to make this new version
```lua
-- create a new query, targeting a particular "environment";
-- returns the global configuration for that environment
local global = store:query({ system='windows', action='vs2019' })
local global = store:query({ system='arch', action='vs2019' })
-- from the global scope, get the configuration for a specific workspace
local wks = global:select({ workspaces='Workspace1' })