Move "in_silence" to PlatformioCLI

This commit is contained in:
Ivan Kravets
2019-05-21 13:18:11 +03:00
parent a30b79c5fc
commit 4386dc56ea
5 changed files with 14 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ def cli(ctx, **options):
ctx.invoked_subcommand)
ctx.obj = LibraryManager(storage_dir)
if "--json-output" not in PlatformioCLI.leftover_args:
if not PlatformioCLI.in_silence():
click.echo("Library Storage: " + storage_dir)