Sign in
cue
/
cue
/
d5041a1df187609d00a1ba846d06a586eaa1f503
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
vet_opt.txt
blob: 1339bfe06982372b15d89c827e002fc793a314bd [
file
] [
log
] [
blame
]
cue vet -c vet.cue
cmp stdout expect-stdout
-- expect-stdout --
-- vet.cue --
#Schema1: {
a?: int
}
instance1: #Schema1