Operating system: all
PlatformIO Version (platformio --version): 4.3.4
According to https://docs.platformio.org/en/stable/projectconf/section_env_build.html#targets running platformio run --target should produce a list of targets, however an error is generated instead
platformio run --targetError: --target option requires an argument
A list of build targets
I'm seeing this too.
pio run --target
Error: --target option requires an argument
pio --version
PlatformIO, version 4.3.4
Thanks! Indeed, this feature has not been implemented yet. I renamed this issue.
Please re-test with pio upgrade --dev version of PIO core. See https://docs.platformio.org/en/latest/core/userguide/cmd_run.html#cmdoption-platformio-run-list-targets
It's working for me. (Also, it is very neat. Thank you)
