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

Merge pull request #1612 from sylvestre/clap-seq

Move seq to use of 'clap'
This commit is contained in:
Roy Ivy III 2020-10-25 18:56:24 -05:00 committed by GitHub
commit a9fb64abb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 77 additions and 163 deletions

2
Cargo.lock generated
View file

@ -2055,7 +2055,7 @@ dependencies = [
name = "uu_seq"
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)",
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
]