mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fixed missed descriptions for project options
This commit is contained in:
@ -582,11 +582,11 @@ ProjectOptions = OrderedDict(
|
||||
description="A connection speed (baud rate) to communicate with a target device",
|
||||
type=click.INT,
|
||||
),
|
||||
ConfigEnvOption(group="test", name="test_transport", description="",),
|
||||
ConfigEnvOption(group="test", name="test_transport", description="A transport to communicate with a target device",),
|
||||
ConfigEnvOption(
|
||||
group="test",
|
||||
name="test_build_project_src",
|
||||
description="",
|
||||
description="Build project source code in a pair with test code",
|
||||
type=click.BOOL,
|
||||
default=False,
|
||||
),
|
||||
|
Reference in New Issue
Block a user