Ralf Steube

Results 57 comments of Ralf Steube

On-Premise: v8.16.1

It's rather a go problem as the underlying struct (Project) is anonymous and as far as i know can't be casted (maybe with reflection).

Now that's weird. Could swear i tried that and it just wouldn't compile. Anyway thanks and sorry for bothering you with this (duh!).

Thanks for this. It is limited to static completion though and won't work with a couple commands and completers in [carapace-bin](https://github.com/rsteube/carapace-bin). Basic dynamic completion is now possible like [this](https://github.com/nushell/nushell/issues/5035#issuecomment-1090954674). I...

Closing in favour of https://github.com/nushell/nushell/pull/6295 which will allow direct integration. Thanks again.

poc: https://github.com/nushell/nushell/compare/main...rsteube:carapace [![asciicast](https://asciinema.org/a/397171.svg)](https://asciinema.org/a/397171)

https://github.com/rsteube/nushell

[![asciicast](https://asciinema.org/a/438663.svg)](https://asciinema.org/a/438663)

Thanks, I've been meaning to ask about that. Regarding optarg arguments it seems the completer is not invoked when the flagname contains `=`: ```sh ❯ example action --optarg= ```

Will have a look at this later. It was just a quick assumption, i haven't analysed this in detail yet. I think there might rather be a problem with the...