From f801eea0aaf85018943261ac2b0b683e253b4b20 Mon Sep 17 00:00:00 2001 From: TheOddGarlic Date: Mon, 1 Aug 2022 13:46:59 +0300 Subject: [PATCH] rhaish is dead --- ableos/src/scratchpad.rs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ableos/src/scratchpad.rs b/ableos/src/scratchpad.rs index dd828f9..da46071 100644 --- a/ableos/src/scratchpad.rs +++ b/ableos/src/scratchpad.rs @@ -156,10 +156,12 @@ pub fn command_parser(user: String, command: String) { let bin_name = iter.next().unwrap(); match bin_name { - "rhai" => { - drop(fs); - shell(); - } + // note: able asked for rhaish to stay in the repo but will be removed + // in the future so just comment it out for now + // "rhai" => { + // drop(fs); + // shell(); + // } "list" | "ls" => { for dir_entry in list_files_in_dir(fs, current_path) { println!("{}", dir_entry.file_name_string());