From 34d0ccbc358a8068a34c4a99b099e5384da6292e Mon Sep 17 00:00:00 2001 From: Junko Date: Sun, 14 Jan 2024 01:59:23 +0100 Subject: [PATCH] clip clap --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index c60b483..2041922 100644 --- a/README.org +++ b/README.org @@ -76,5 +76,5 @@ cargo build -r Given the nature of the project as a learning exercise, there are currently a set of features and improvements I'd like to add eventually. - [X] Proper error handling (What I have currently is simply a mess) - [ ] Allow the user to set which front is used in cased of mismatch between PK and SP -- [ ] Implement clippy +- [ ] Implement clap for command inputs - [ ] Actually separate the modules as actual modules