Closed Defman closed 4 years ago
One issue is that traits do not yet support async fn
s, which is going to make this a whole lot more difficult.
Would async-trait work as a stop-gap to let this move forward, and then remove it in future when async fn
in traits is accepted?
The following trait should be async
ArgumentParser
ArgumentChecker
ArgumentSuggester
Dispatching of commands should be async as well.