input: support yaml and json inputs
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
10
tests/cli/input/simple/main.cue
Normal file
10
tests/cli/input/simple/main.cue
Normal file
@@ -0,0 +1,10 @@
|
||||
package testing
|
||||
|
||||
input: string
|
||||
|
||||
nested: input: string
|
||||
|
||||
structured: {
|
||||
a: string
|
||||
b: int
|
||||
}
|
Reference in New Issue
Block a user