Skip to content

feat(require('tomlua.env')): add a useful utility for the cli command#86

Merged
BirdeeHub merged 1 commit into
masterfrom
env
May 11, 2026
Merged

feat(require('tomlua.env')): add a useful utility for the cli command#86
BirdeeHub merged 1 commit into
masterfrom
env

Conversation

@BirdeeHub
Copy link
Copy Markdown
Owner

require('tomlua.env').MY_ENV_VAR = "test value"

print(require('tomlua.env').MY_ENV_VAR) -- test value

require('tomlua.env').MY_ENV_VAR = "test value"

print(require('tomlua.env').MY_ENV_VAR) -- test value
@BirdeeHub BirdeeHub merged commit cd9d4ac into master May 11, 2026
3 checks passed
@BirdeeHub BirdeeHub deleted the env branch May 11, 2026 19:26
BirdeeHub added a commit that referenced this pull request May 11, 2026
require('tomlua.env').MY_ENV_VAR = "test value"

print(require('tomlua.env').MY_ENV_VAR) -- test value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant