You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was quite messy though. It installed a ./lib, ./src, and platformio.ini without asking me where. I'll move these directories and setup file elsewhere, and try to get
Do you have any propositions how to improve the behaviour of this command? I have the next propositions:
Add additional option to this command platformio init -d %path_to_project_dir%
When that option is not specified, then show a warning message that PlatformIO is going to create ./lib, ./src and platformio.ini in the current "shell" directory.
The text was updated successfully, but these errors were encountered:
From pull #29 @bettabacon
platformio init
command initialises empty project within the current folder where you are stayed. See details here http://docs.platformio.ikravets.com/en/latest/userguide/cmd_init.htmlDo you have any propositions how to improve the behaviour of this command? I have the next propositions:
platformio init -d %path_to_project_dir%
The text was updated successfully, but these errors were encountered: