This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests/cli/input/simple/main.cue
Andrea Luzzardi 6f57ed1b9d input: support yaml and json inputs
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-15 13:04:52 -07:00

11 lines
90 B
CUE

package testing
input: string
nested: input: string
structured: {
a: string
b: int
}