mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Add "--filter" option to the pio remote test
command
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 10fd0d1edb...041b30d1a4
@ -193,7 +193,7 @@ def remote_run(
|
|||||||
@click.option("--verbose", "-v", is_flag=True)
|
@click.option("--verbose", "-v", is_flag=True)
|
||||||
@click.pass_obj
|
@click.pass_obj
|
||||||
@click.pass_context
|
@click.pass_context
|
||||||
def remote_test(
|
def remote_test( # pylint: disable=redefined-builtin
|
||||||
ctx,
|
ctx,
|
||||||
agents,
|
agents,
|
||||||
environment,
|
environment,
|
||||||
|
Reference in New Issue
Block a user