Docs: PlatformIO Core 5.0: new commands, migration guide, other improvements

This commit is contained in:
Ivan Kravets
2020-08-28 14:08:26 +03:00
parent 1aaa9b6707
commit 80c1774a19
26 changed files with 86 additions and 75 deletions

View File

@@ -32,7 +32,7 @@ def validate_datetime(ctx, param, value): # pylint: disable=unused-argument
return value
@click.group("package", short_help="Package Manager")
@click.group("package", short_help="Package manager")
def cli():
pass