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