Introduce PlatformIO Core 6.0

This commit is contained in:
Ivan Kravets
2022-04-13 15:32:05 +03:00
parent a56b19ff65
commit 0e3aa29689
9 changed files with 22 additions and 297 deletions

View File

@@ -29,7 +29,7 @@ from platformio.platform.exception import UnknownPlatform
from platformio.platform.factory import PlatformFactory
@click.group(short_help="Platform manager")
@click.group(short_help="Platform manager", hidden=True)
def cli():
pass