From 6fa2788161b167237514dfbdd5d366cd0707fdb8 Mon Sep 17 00:00:00 2001 From: Justine Pelletreau Date: Tue, 21 Feb 2023 16:09:05 +0100 Subject: [PATCH] Aliases now take arguments --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a48e07f..a620a42 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Rust Shell. This is an attempt to create a simple shell in Rust, because why not. TODO: -* Aliases don't currently handle arguments. My alias "vless" does not work with "vless lib.rs" * A shortcut / implemented command to show all Hotkeys * git commit -m "message" does not work * Startup script section in sqishrc