Coroutine-based CLI generator using prompt_toolkit. Version 0.1.5 (latest) with no new releases since 2020; project appears unmaintained.
pip install aiocmdVerified import paths — ran on the pinned version, not inferred.
Define a class inheriting from CliCmd with async methods prefixed with 'cmd_' and run with run_cmd.
Ensure all command methods are defined as 'async def cmd_<command>(self, ...):'
Use 'run_cmd(MyCli())' not 'run_cmd(MyCli)'