rhaish is dead

master
TheOddGarlic 2022-08-01 13:46:59 +03:00
parent ad31d1b14a
commit 78885cbfd4
1 changed files with 6 additions and 4 deletions

View File

@ -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());