From 60c1f06b19fb3d9d22922bbd2d5ea064d9628a16 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 14 Apr 2024 18:57:47 +0200 Subject: [PATCH] =?UTF-8?q?README=20:=20mise=20=C3=A0=20jour=20roadmap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab4a866..8bb3bf1 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,15 @@ I want to learn Rust and see how much effort I can put into making an interopera # Roadmap - [x] Execute commands -- [ ] Parse commands +- [x] Parse commands - [ ] Variables - [ ] Environment variables - [ ] Builtins - - [ ] `cd` + - [x] `cd` - [ ] `set` - [ ] `alias` - [ ] `type` - [ ] Command-line flags - [ ] PS1 - [ ] Execute code from a file +- [ ] Clean error handling