Add "--filter" option to the pio remote test command

This commit is contained in:
Ivan Kravets
2022-04-28 22:02:16 +03:00
parent 62b8a63b80
commit fb1e4fa02b
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: 10fd0d1edb...041b30d1a4

View File

@ -193,7 +193,7 @@ def remote_run(
@click.option("--verbose", "-v", is_flag=True)
@click.pass_obj
@click.pass_context
def remote_test(
def remote_test( # pylint: disable=redefined-builtin
ctx,
agents,
environment,