mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
Now that we have string manipulation facilities in the stdlib that is a less useful and more confusing feature. This code removes it.
13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
let args = {
|
|
port = 8080,
|
|
listen = "0.0.0.0",
|
|
verbose = NULL,
|
|
dir = [
|
|
"some/dir",
|
|
"some/other/dir",
|
|
],
|
|
"log.debug" = true,
|
|
"log.format" = "json",
|
|
};
|
|
|
|
out flags args; |