1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Moved factor to use clap

Issue: https://github.com/uutils/coreutils/issues/2121
This commit is contained in:
Gilad Naaman 2021-05-28 18:28:00 +03:00
parent 222bd81190
commit 6a9ffee548
4 changed files with 34 additions and 16 deletions

1
Cargo.lock generated
View file

@ -2054,6 +2054,7 @@ dependencies = [
name = "uu_factor"
version = "0.0.6"
dependencies = [
"clap",
"coz",
"num-traits",
"paste",