commit | 928bfa36cd53b2e5f74317dfa734c7bd273a1f2b | [log] [tgz] |
---|---|---|
author | Marcel van Lohuizen <mpvl@golang.org> | Fri Apr 26 12:16:18 2019 +0200 |
committer | Marcel van Lohuizen <mpvl@google.com> | Sat Apr 27 22:41:18 2019 +0000 |
tree | 1f8cbee367496386d0d99d7aee93256d5c8c9822 | |
parent | e900d0d7017d708f59a036c93ea494edb056eea3 [diff] [blame] |
pkg/tool: add constraints for tasks Updates #39 Change-Id: I9036a366a798cb2cd08d6e4695c1ab9e6d32da66 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/1940 Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
diff --git a/pkg/tool/cli/cli.cue b/pkg/tool/cli/cli.cue index 986f43a..0318ff0 100644 --- a/pkg/tool/cli/cli.cue +++ b/pkg/tool/cli/cli.cue
@@ -16,7 +16,7 @@ // Print sends text to the stdout of the current process. Print: { - kind: "tool/cli.Print" + kind: *"tool/cli.Print" | "print" // for backwards compatibility // text is the text to be printed. text: string