nix-community / nixpkgs-fmt

Nix code formatter for nixpkgs [maintainer=@zimbatm]
https://nix-community.github.io/nixpkgs-fmt/
Apache License 2.0
579 stars 34 forks source link

Shell completions #311

Open Freed-Wu opened 1 year ago

Freed-Wu commented 1 year ago

Describe the solution you'd like Can it provide completions for common shells? I guess https://docs.rs/clap_complete/latest/clap_complete can be helpful. TIA!

zimbatm commented 1 year ago

I started working on this and got stuck because Shell doesn't implement the Generator trait. If anybody wants to take over: https://github.com/numtide/treefmt/tree/treefmt-complete