Sign in
cue
/
cue
/
refs/tags/v0.3.0-alpha2
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
cmd_import.txt
blob: 858a33e2f4be3af5e613574684bf83fe3e92708b [
file
] [
log
] [
blame
]
! cue cmd pkg
cmp stderr expect-stderr
-- expect-stderr --
command.pkg.t: reference "cli" not found:
./task_tool.cue:6:5
-- task_tool.cue --
package home
// missing imports
command: pkg: {
t: cli.Print & {
text: "Hello world!"
}
}
-- cue.mod --