cli: integrate TaskExecutor (#1314)

This commit is contained in:
Matthias Seitz
2023-02-13 23:24:18 +01:00
committed by GitHub
parent a1f7f54ab5
commit 5997103078
12 changed files with 148 additions and 35 deletions

View File

@ -105,6 +105,7 @@ impl Command {
None,
self.nat,
None,
None,
)
.start_network()
.await?;