Open
Description
Is there a -native- way to run sub-tasks, something similar of
transport.exec('fly build-phar:prod');
The above works, but ANSI colors are lost and we get nested output.
localhost ● ok
# transport.exec starts here
localhost $ fly build-phar:prod
localhost > ✈ Running build-phar:prod
localhost > ✈ Flight to localhost started
localhost > localhost $ echo Compiling Phar executable
localhost > localhost > Compiling Phar executable
localhost > localhost ● ok
localhost > ✈ Flight to localhost finished after 18 ms
localhost > ✈ Flightplan finished after 19 ms
localhost ● ok
ps. Apologies if this is not the place for support. Where should I ask these questions?