ucg/examples/test_flags.ucg
Jeremy Wall 0053afbe0c DOCS: Add a reference for converters to the docsite and some examples.
Also update the README to point to the Docsite as well.
2018-11-17 22:11:52 -06:00

15 lines
224 B
Plaintext

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;