Logo
Explore Help
Register Sign In
zaphar/ucg
1
0
Fork 0
You've already forked ucg
mirror of https://github.com/zaphar/ucg.git synced 2025-07-22 18:19:54 -04:00
Code Issues Packages Projects Releases Wiki Activity
ucg/examples/test_flags.ucg

13 lines
209 B
Plaintext
Raw Normal View History

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
let args = {
port = 8080,
listen = "0.0.0.0",
verbose = NULL,
dir = [
"some/dir",
"some/other/dir",
],
DEV: Stop using nested tuples in flag output. Now that we have string manipulation facilities in the stdlib that is a less useful and more confusing feature. This code removes it.
2019-05-30 18:01:05 -05:00
"log.debug" = true,
"log.format" = "json",
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
};
out flags args;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 322ms Template: 18ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API