From a4ff490e19369e997393c0faae0824ccfdb068f6 Mon Sep 17 00:00:00 2001 From: Matteo Date: Tue, 16 Jul 2024 16:29:41 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b4c81d..fafa15e 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,11 @@ Manage chroot environments > [!WARNING] -> This is currently in heavy testing and does not work without some code modifications (I am too lazy to make proper testing and just hardcode everything) \ No newline at end of file +> This is currently in heavy testing and does not work without some code modifications (I am too lazy to make proper testing and just hardcode everything) + +# To-Do + +* [ ] Fix executing main function twice +* [ ] Switch from `clap` to custom args handler +* [ ] Cleanup +* [ ] Multiple env support