Add shell completions using clap_complete#735
Conversation
|
Thanks for taking the time to create a PR, and sorry for the slow response! Whilst the vast majority of difft usage is (I presume) If you'd like to rebase this I'd be happy to merge it :) |
3e5fd8f to
35d9c66
Compare
|
I rebased but there is some issue with the package version and rust edition, didn't look into it. In general I tested this again and it seemed to have an unfortunate side effect of not completing paths by default, only if you start a path. For example type |
This uses the last 3.x clap_complete version, which matches the currently used clap version (regarding MSRV).
Note the TODO I left, not sure what to do about that.