-
-
Notifications
You must be signed in to change notification settings - Fork 845
Closed
Labels
questionQuestion or problemQuestion or problem
Description
First check
- I used the GitHub search to find a similar issue and didn't find it.
- I searched the Typer documentation, with the integrated search.
- I already searched in Google "How to X in Typer" and didn't find any information.
- I already searched in Google "How to X in Click" and didn't find any information.
Description
I have existing methods/model functions that use async functions with encode/databases to load data but I'm unable to use these within commands without getting errors such as RuntimeWarning: coroutine 'something' was never awaited
How can I make make my @app.command() functions async friendly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionQuestion or problemQuestion or problem