mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Minor fixes
This commit is contained in:
@ -652,8 +652,7 @@ ProjectOptions = OrderedDict(
|
|||||||
name="check_src_filters",
|
name="check_src_filters",
|
||||||
oldnames=["check_patterns"],
|
oldnames=["check_patterns"],
|
||||||
description=(
|
description=(
|
||||||
"Configure a list of target files or directories for checking "
|
"Configure a list of target files or directories for checking"
|
||||||
"(Unix shell-style wildcards)"
|
|
||||||
),
|
),
|
||||||
multiple=True,
|
multiple=True,
|
||||||
),
|
),
|
||||||
|
@ -178,6 +178,7 @@ def cli(
|
|||||||
if "monitor" in target and "nobuild" not in target:
|
if "monitor" in target and "nobuild" not in target:
|
||||||
ctx.invoke(
|
ctx.invoke(
|
||||||
device_monitor_cmd,
|
device_monitor_cmd,
|
||||||
|
project_dir=project_dir,
|
||||||
port=monitor_port,
|
port=monitor_port,
|
||||||
environment=environment[0] if environment else None,
|
environment=environment[0] if environment else None,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user