1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #1610 from sylvestre/sort-clap

refactor(sort): move to use of 'clap'
This commit is contained in:
Roy Ivy III 2020-10-25 18:56:58 -05:00 committed by GitHub
commit 5837bc4fc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 136 additions and 91 deletions

2
Cargo.lock generated
View file

@ -2096,7 +2096,7 @@ dependencies = [
name = "uu_sort"
version = "0.0.1"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",