Initial support for `Project Manager // Resolve #3335

This commit is contained in:
Ivan Kravets
2020-02-06 23:32:43 +02:00
parent d2033aacea
commit 73ce3c94e9
7 changed files with 88 additions and 23 deletions

View File

@ -24,7 +24,7 @@ class NotPlatformIOProjectError(ProjectError, UserSideException):
MESSAGE = (
"Not a PlatformIO project. `platformio.ini` file has not been "
"found in current working directory ({0}). To initialize new project "
"please use `platformio init` command"
"please use `platformio project init` command"
)