ucg/examples/test_flags.ucg

15 lines
224 B
Plaintext
Raw Permalink Normal View History

let args = {
port = 8080,
listen = "0.0.0.0",
verbose = NULL,
dir = [
"some/dir",
"some/other/dir",
],
log = {
debug = true,
format = "json",
},
};
out flags args;