diff --git a/platformio/commands/lib.py b/platformio/commands/lib.py index a15937321c..5bd38aee9d 100644 --- a/platformio/commands/lib.py +++ b/platformio/commands/lib.py @@ -495,7 +495,7 @@ def lib_show(library, json_output): @cli.command("register", short_help="Deprecated") @click.argument("config_url") -def lib_register(config_url): +def lib_register(config_url): # pylint: disable=unused-argument raise exception.UserSideException( "This command is deprecated. Please use `pio package publish` command." )