mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
18 lines
270 B
Text
18 lines
270 B
Text
{
|
|
"out.txt": {
|
|
contents = "",
|
|
format = "invalid-format",
|
|
},
|
|
}
|
|
|
|
# output:
|
|
stdin:1:1
|
|
╷
|
|
1 │ {
|
|
╵ ^
|
|
in value
|
|
at key "out.txt"
|
|
at key "format"
|
|
Error: Invalid output format: "invalid-format".
|
|
|
|
Help: See 'rcl evaluate --help' for supported output formats.
|