blob: 52c941f3e6ba63c7d46b838f04e9335f8b63e792 [file] [log] [blame]
! cue notool
! stdout .
cmp stderr cmd_baddisplay.out
-- cmd_baddisplay.out --
command "notool" is not defined
Ensure commands are defined in a "_tool.cue" file.
Run 'cue help' to show available commands.
-- task.cue --
package home
message: "Hello world!"
command: notool: {
task: display: {
kind: "print"
text: 42
}
}