blob: 6441366610852a42d0e0daed75569471fc8a5cc6 [file] [log] [blame]
package foo
import "tool/cli"
command foo task: {
foo: cli.Print & {
text: "foo"
}
}