Miscellaneous helpers for working with Cog command pipelines
pipewrench:for
- easily construct a list of inputs for the next command in the pipeline
- None. All commands are set to
allow
by default.
> pipewrench:for member in neil geddy alex | raw
{
"member": "neil"
}
{
"member": "geddy"
}
{
"member": "alex"
}