carapace
carapace copied to clipboard
command argument completion generator for spf13/cobra
### Request enable explicit completion of a bool flag instead of the implicit `true`/`false` ### Proposed solution add `storage.HasFlag` and add check to traverse ### Anything else? _No response_
### Request Add tests for absolute volume paths on windows (`C:/....`). ### Proposed solution _No response_ ### Anything else? related #785
### Current Behavior Absolute volume based paths somehow end up with `C:.` and `C:.` is still completed to `C:$(PWD)` Go seems to be ok with these paths but passed to...
Hello, I found this in my suggestions, you might be interested for some shells. https://github.com/gobwas/glob
integration tests in `example/main_test.go` don't work yet when using github actions
Hello Rob, Opening this ticket more for the sake of discussion and listing various cases than to propose a precise thing to do. So here I'm basically looking at how...
Since carapace has context awareness for a lot of shells, it is a good place to improve dx for users to implement `install` which would typically append a shell-specific string...
add a `PreRunE` function that allows an error to be returned