We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b92c68 commit 69a68c2Copy full SHA for 69a68c2
src/main.rs
@@ -27,7 +27,7 @@ fn main() -> Result {
27
.ok_or::<Exit>("Failed to get util name".into())?;
28
29
match util.as_bytes() {
30
- b"calse" => bin::cat::main(),
+ b"cat" => bin::cat::main(),
31
b"false" => bin::r#false::main(),
32
b"ls" => bin::ls::main(),
33
b"mkdir" => bin::mkdir::main(),
0 commit comments