Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Jul 14, 2024
1 parent 01d9cac commit 1d1c07f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions shell/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,6 @@ fn main() {
} else {
println!("\n > {}\ncommand not found\n", inpt);
}

/*if rtr == 0 {
println!("\n > {}\nexecuted successfully\n", inpt);
} else if rtr == 1 {
inpt.pop();
println!("\n > {}\ncommand not found\n", inpt);
} else if rtr == 2 {
inpt.pop();
println!("\n > {}\nreturned general error\n", inpt);
} else if rtr == 3 {
inpt.pop();
println!("\n > {}\naborted\n", inpt);
} else if rtr == 99 {
(COMMAND_LIST[0].fun);
} else {
inpt.pop();
println!("\n > {}\nreturned : {}\n", inpt, rtr);
}*/
}
}

Expand Down

0 comments on commit 1d1c07f

Please sign in to comment.