flowruntime 0.8.8

A set of run-time functions 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Args (//flowruntime/args/get)
Get the arguments the flow was executed with

#### Include using
```toml
[[process]]
alias = "get"
source = "lib://flowruntime/args/get"
```

#### Inputs

#### Output
* Array of Strings of the command line arguments the flow was invoked with.