Filled README & HISTORY with latest additions

This commit is contained in:
Ivan Kravets
2014-07-28 21:18:26 +03:00
parent 02fe590dc4
commit ec39cfeb90
6 changed files with 204 additions and 158 deletions

View File

@@ -8,7 +8,7 @@ from platformio.pkgmanager import PackageManager
from platformio.platforms._base import PlatformFactory
@command("uninstall", short_help="Uninstall the platforms")
@command("uninstall", short_help="Uninstall platforms")
@argument("platforms", nargs=-1)
def cli(platforms):