Cmd "platformio init" does not use option values from platformio.ini as default

When I execute:

cd <PROJECT_DIR>
platformio init

I get error:

Error: You need to specify board type using -b or --board option. Supported boards list is available via platformio boards command

It would be nice for platformio init cmd to use the needed option values from platformio.ini.

Thanks! Please open an issue here Issues · platformio/platformio-core · GitHub