Sign in
cue
/
cue
/
refs/tags/v0.3.0-alpha2
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
import_dir.txt
blob: f4fd672e65529bbe864ec15bb35157853f9371fb [
file
] [
log
] [
blame
]
cue import -p foo ./...
cmp x.cue expect.cue
-- x.yml --
x: yyy
-- expect.cue --
package foo
x: "yyy"