From 2a2a4f53d9ba84b815ed7baa41ea1082729a0d0d Mon Sep 17 00:00:00 2001 From: maxlandon Date: Fri, 9 Aug 2024 08:36:47 +0200 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e555fd4..ba27ff3 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,6 @@ Other contributions, as well as bug fixes and reviews are also welcome. The following is a currently moving list of possible enhancements to be made in order to reach `v1.0`: - [ ] Ensure to the best extent possible a thread-safe access to the command API. -- [ ] Clearer integration/alignment of the various I/O references between readline and commands. +- [ ] Clearer integration/alignment of the various I/O references between raw readline and commands. - [ ] Clearer and sane model for asynchronous control/cancel of commands. -- [ ] Allow users to run the console command trees in one-exec style, with identical behavior. - [ ] Test suite for most important or risky code paths. -- [ ] Set of helper functions for application-related directories.