mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-18 21:08:15 +08:00
Make AsyncCommand
a little more discoverable (#375)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user