Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix asynchronous command implementations
* Commands that read user input (such as `character-search` and interactive completion paging) were broken with the introduction of asynchronous operation. These commands now function as expected.
- Loading branch information