flowr 1.0.0

Runners for compiled 'flow' programs
Documentation
flow = "parse_args"

[[output]]
name = "filename"
type = "string"

[[output]]
name = "size"
type = "array/number"

[[output]]
name = "bounds"
type = "array/array/number"

# Args
[[process]]
source = "context://args/get"

############# filename
[[connection]]
from = "get/string/1"
to = "output/filename"

############## size
[[connection]]
from = "get/json/2"
to = "output/size"

[[connection]]
from = "get/json/3"
to = "output/bounds"