tealdeer-rs / tealdeer

A very fast implementation of tldr in Rust.
https://tealdeer-rs.github.io/tealdeer/
Apache License 2.0
4.17k stars 123 forks source link

Add missing fish completion for language parameter #280

Closed bagohart closed 2 years ago

bagohart commented 2 years ago

I tried to use this project and noticed that not all flags have tab completion for fish, so I added the missing one for --language. The one for --config-path is missing, too, but since the flag is deprecated, it shouldn't be included anyway.