forked from platformio/platformio-core
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",
|
description="A connection speed (baud rate) to communicate with a target device",
|
||||||
type=click.INT,
|
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(
|
ConfigEnvOption(
|
||||||
group="test",
|
group="test",
|
||||||
name="test_build_project_src",
|
name="test_build_project_src",
|
||||||
description="",
|
description="Build project source code in a pair with test code",
|
||||||
type=click.BOOL,
|
type=click.BOOL,
|
||||||
default=False,
|
default=False,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user