blob: af393c7d4c99fca616f9f3006daa27c400d25f3a [file] [log] [blame]
! cue cmd ref
! stdout .
cmp stderr cmd_badfields.out
-- cmd_badfields.out --
command.ref.task.display.contents: invalid bytes argument for field "contents": non-concrete value string|bytes:
./task_tool.cue:6:17
command.ref.task.display.filename: non-concrete value string:
tool/file:9:16
-- task_tool.cue --
package home
import "tool/file"
command: ref: {
task: display: file.Create & {
filename: filename
}
}