From 3eee1e304c239eea329d9a306ba04991b2a49813 Mon Sep 17 00:00:00 2001 From: scbj Date: Wed, 9 Jul 2025 10:31:56 +0200 Subject: [PATCH] added todo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 445db8c..450efd2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The following formats are supported: # todos -- [x] replace `expect` statements in 'stack.rs' with actual error handling +- [ ] replace `std::io::Error` with `thiserror::Error` - [x] option to pop several entries at a time and option to pop the entire stack - [x] drop stack - [x] config file