cuelang.org/go@v0.10.1/tools/trim/testdata/defaults_can_remove_non-defaults.txtar (about) 1 # TODO: make this optional 2 -- in.cue -- 3 foo: [string]: a: *1 | int 4 foo: b: a: 1 5 -- out/trim -- 6 == in.cue 7 foo: [string]: a: *1 | int 8 foo: b: {}