Make AsyncCommand a little more discoverable (#375)

This commit is contained in:
Loïc Sharma
2021-04-18 00:35:37 -07:00
committed by GitHub
parent f2b8afffb3
commit 23564612c1
3 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,8 @@ public class AddReferenceCommand : Command<AddReferenceSettings>
}
```
You can use `AsyncCommand` if you need async support.
## Let's tie it together
Now when we have our commands and settings implemented, we can compose a command tree