Closed jostylr closed 7 years ago
All directives that take in pipe commands should have : opt | as an option. That is, the command list doesn't start until after the first pipe.
: opt |
This already seems to be the case, at least with the typical directory factory creation. Compose is different because it is not actually parsing the pipes. It just starts in on the commands.
All directives that take in pipe commands should have
: opt |
as an option. That is, the command list doesn't start until after the first pipe.