forked from AbleOS/ableos
rhaish is dead
This commit is contained in:
parent
40d52d2c91
commit
f801eea0aa
|
@ -156,10 +156,12 @@ pub fn command_parser(user: String, command: String) {
|
||||||
let bin_name = iter.next().unwrap();
|
let bin_name = iter.next().unwrap();
|
||||||
|
|
||||||
match bin_name {
|
match bin_name {
|
||||||
"rhai" => {
|
// note: able asked for rhaish to stay in the repo but will be removed
|
||||||
drop(fs);
|
// in the future so just comment it out for now
|
||||||
shell();
|
// "rhai" => {
|
||||||
}
|
// drop(fs);
|
||||||
|
// shell();
|
||||||
|
// }
|
||||||
"list" | "ls" => {
|
"list" | "ls" => {
|
||||||
for dir_entry in list_files_in_dir(fs, current_path) {
|
for dir_entry in list_files_in_dir(fs, current_path) {
|
||||||
println!("{}", dir_entry.file_name_string());
|
println!("{}", dir_entry.file_name_string());
|
||||||
|
|
Loading…
Reference in a new issue