1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

Builds out arg parsing. Adds support for if, of, & multiplier strings)

- Adds support for calling dd fn from cl
- Adds basic cl tests from project root
- Adds support for multiplier strings (c, w, b, kB, KB, KiB, ... EB, E,
  EiB.
This commit is contained in:
Tyler 2021-04-03 12:59:03 -07:00
parent 0df457596c
commit 4996308753
6 changed files with 891 additions and 341 deletions

1
Cargo.lock generated
View file

@ -1593,6 +1593,7 @@ dependencies = [
name = "uu_dd"
version = "0.0.4"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"hex-literal 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"md-5 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",