()
| 1398 | import asyncio |
| 1399 | |
| 1400 | async def _theme_wrapper(): |
| 1401 | return await cli_execute( |
| 1402 | "theme", |
| 1403 | theme_name=theme_name, |
| 1404 | list_themes=list_themes, |
| 1405 | select=select, |
| 1406 | ) |
| 1407 | |
| 1408 | # Execute theme command |
| 1409 | asyncio.run(_theme_wrapper()) |
no test coverage detected