s3rius / rustus

TUS protocol implementation in Rust.
https://s3rius.github.io/rustus/
MIT License
150 stars 13 forks source link

We need to replace structopt with vanilla Clap #112

Closed s3rius closed 1 year ago

s3rius commented 1 year ago

Clap was updated to version 3 and now it includes structopt features. We need to update to clap, since it has better support.

s3rius commented 1 year ago

Closed by #114.