nix-community / nix-index

Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]
Other
817 stars 50 forks source link

Move from clap-v2 to clap-v3 #186

Closed Sciencentistguy closed 1 year ago

Sciencentistguy commented 2 years ago

This PR updates clap to version 3, and uses clap's new #[derive(Parser)] feature to rely on clap more heavily for parsing args.

Also bump to the 2021 edition, to enable disjoint capture in closures.

edude03 commented 2 years ago

👍 looks good to me!

K900 commented 2 years ago

Maybe you can also add #143? With Clap v3 you should be able to just set env = "NIX_INDEX_DATABASE" or such.