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
allowby default.
> pipewrench:for member in neil geddy alex | raw
{
"member": "neil"
}
{
"member": "geddy"
}
{
"member": "alex"
}