Sync docs

This commit is contained in:
Ivan Kravets
2019-11-12 13:41:54 +02:00
parent c6a8e03367
commit f1d20f591a
2 changed files with 6 additions and 2 deletions

2
docs

Submodule docs updated: 5210aa16d7...71222071ec

View File

@ -582,7 +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="A transport to communicate with a target device",),
ConfigEnvOption(
group="test",
name="test_transport",
description="A transport to communicate with a target device",
),
ConfigEnvOption(
group="test",
name="test_build_project_src",