bijancn / gitlabctl

Control gitlab from the command line
MIT License
1 stars 2 forks source link

Use structopts for CLI application #9

Open ChetanBhasin opened 4 years ago

ChetanBhasin commented 4 years ago

While clap works very well for simplified CLI applications, I'd recommend using structopt for a more transparent interface.

ChetanBhasin commented 4 years ago

I might be able to help with this sometime this week or over the weekend.

bijancn commented 4 years ago

Well structop seems to be just a layer on top of clap, so sounds good to me