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