Sign in
cue
/
cue
/
2362858826cd0a63fd33691928665c60c3411361
/
.
/
cue
/
load
/
testdata
/
toolonly
/
foo_tool.cue
blob: 4a782e777991e006e749aabe16ab12f8b40cce0c [
file
] [
log
] [
blame
]
package
foo
import
"tool/cli"
command
:
foo
:
task
:
{
foo
:
cli
.
Print
&
{
text
:
"foo"
}
}