Sign in
cue
/
cue
/
refs/tags/v0.3.0-beta.7
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
toolonly.txt
blob: 735de033480cb23d6a11a526742923105dbcdcaa [
file
] [
log
] [
blame
]
cue cmd foo
cmp stdout expect-stdout
-- expect-stdout --
foo
-- foo_tool.cue --
package foo
import "tool/cli"
command: foo: task: {
foo: cli.Print & {
text: "foo"
}
}