Allow installing package by framework name

This commit is contained in:
Ivan Kravets
2017-03-26 19:43:00 +03:00
parent bb124ce681
commit 4e5f34ec19
4 changed files with 37 additions and 30 deletions

View File

@@ -58,7 +58,7 @@ class BoardNotDefined(PlatformioException):
MESSAGE = "You need to specify board ID using `-b` or `--board` "\
"option. Supported boards list is available via "\
" `platformio boards` command"
"`platformio boards` command"
class UnknownBoard(PlatformioException):