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