nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
308 stars 20 forks source link

Move from StructOpt to Clap v3 (beta) #126

Closed nickgerace closed 3 years ago

nickgerace commented 3 years ago

Describe the issue:

Since Clap v3 will be the successor to StructOpt and Clap v3 beta releases have been relatively stable, we should move to using Clap v3 (beta).

Is this a bug report, feature request, or another type of issue?

refactor

Are you using Windows, macOS, Linux, or another OS?

n/a

How did you obtain the application?

n/a

Paste the output of gfold -V:

n/a

nickgerace commented 3 years ago

Additional fix: https://github.com/nickgerace/gfold/commit/dfb9b1f0df0e1b233c89cb65d03606476cbc5e87