mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 18:44:27 +02:00
Show package name when updating
This commit is contained in:
@@ -510,7 +510,8 @@ class BasePkgManager(PkgRepoMixin, PkgInstallerMixin):
|
||||
click.echo(
|
||||
"%s %s @ %s: \t" % ("Checking"
|
||||
if only_check else "Updating", click.style(
|
||||
name, fg="cyan"), manifest['version']),
|
||||
manifest['name'], fg="cyan"),
|
||||
manifest['version']),
|
||||
nl=False)
|
||||
if is_vcs_pkg:
|
||||
if only_check:
|
||||
|
Reference in New Issue
Block a user