aj-bagwell / clio

A rust library for parsing command line file name arguements
12 stars 7 forks source link

Clap 4.1.0 compat #8

Closed max-sixty closed 1 year ago

max-sixty commented 1 year ago

I can look more at this from my end, but wanted to flag this is case you recognized immediately what was happening. We get a clio error on upgrading clap=4.0.30 to clap=4.1.0.

Possibly this was a breaking change from the clap side? We can raise there if so.

ref https://github.com/PRQL/prql/pull/1494

aj-bagwell commented 1 year ago

It looks like dependabot broke the lock file to include two versions of clap, let me know if it is still an issue when the lock file is fixed.

max-sixty commented 1 year ago

Thanks a lot @aj-bagwell . Apologies for the false alarm as per the other issue.