mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
parent
d81ffb12ad
commit
c8983aff97
1 changed files with 4 additions and 0 deletions
|
@ -145,6 +145,10 @@ fn main() {
|
||||||
}
|
}
|
||||||
process::exit(0);
|
process::exit(0);
|
||||||
}
|
}
|
||||||
|
"--version" => {
|
||||||
|
println!("{binary_as_util} {VERSION} (multi-call binary)");
|
||||||
|
process::exit(0);
|
||||||
|
}
|
||||||
// Not a special command: fallthrough to calling a util
|
// Not a special command: fallthrough to calling a util
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue