**Feature Request**. I would like to be able to pass extra arguments to a binary e.g. when running on a native platform. Possible usage, when running [Catch2](https://github.com/catchorg/Catch2) tests: ``` platformio test -e native --program-arg="[testA][testB]" ```
Feature Request.
I would like to be able to pass extra arguments to a binary e.g. when running on a native platform.
Possible usage, when running Catch2 tests: