1package foo 2 3import "tool/cli" 4 5command: foo: task: { 6 foo: cli.Print & { 7 text: "foo" 8 } 9}
View as plain text