-
Notifications
You must be signed in to change notification settings - Fork 2
/
todo
37 lines (20 loc) · 872 Bytes
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
ConfigureReactive
if you add a source in the middle of a struct, should it be able to fill
fields later in the struct?
"Magic" values that rewrite.
Handle INI files: https://pkg.go.dev/github.com/go-ini/ini#pkg-overview
nflex: .ini & .xml -- a wrapper for general unmarshal
global registry
validate tests
validation of flags causes usage error
issue with file filler should be blamed on the config file
split deindent out to its own package
test double-level nested structs
rewrites and loops as layer over nflex
combining slices between file filler, flag, and env
combining maps between file filler and flag
support Len for flags
support Keys for flags (also needs Recurse?)
support struct filling for flags with prefix as Recurse
support "content=application/json" for flags/environment variables
support CUE (cuelang.org); Jsonnet; GCL; HCL; and TOML.