Add support for completions in Nushell#320
Conversation
|
LGTM! Although I see that 'clap_complete_nushell` by nibon7 is archived, is the crate in in the TOML pointing to https://github.com/clap-rs/clap/tree/master/clap_complete_nushell instead? |
antoineeestevaaan
left a comment
There was a problem hiding this comment.
maybe change line 164 of the README from
- `bob complete bash|elvish|fish|powershell|zsh`to
- `bob complete bash|elvish|fish|powershell|zsh|nu`?
The |
|
OI @CodingCat12 please fix those clippy errors and i shall merge. |
|
Can you help me figure out this issue? I'm not familiar with the pipeline, the error says it can't install clippy, but I don't understand how my changes could have caused that. Can you help me understand the issue please? |
|
Huh, I just read the actual error now that you mentioned it. |
|
@MordechaiHadad and @CodingCat12 - Can't definitively say why it's playing up but I did find this which specifies the Which is what's being used here and throughout which may explain the CI failures. |
|
@CodingCat12 could you submit a new empty commit to restart the CI workflow? I think it should just work on a restart or something. |
|
Could either mark it with an ignore (though not sure if DeepSource cares about linting ignores) or use |
|
okay i was correct, it seems like github actions sometimes kills itself so it needs restarts. |
Add support for completions in Nushell
No description provided.