-
Just wondering why the Cobra standard shell completion support isn't available from this command-line tool. Not super critical, just noticed that `.
-
Error output
```bash
> harbor-dev artifacts list
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0xa2ca07]
…
-
Hi,
my go lang version is (go1.11.13 linux/amd64)
When I issued ;
$ go get -u github.com/spf13/cobra@latest
Errors occurred as like below;
# github.com/spf13/cobra
../../../../go/pkg/mod/git…
-
![2024-11-26 104131](https://github.com/user-attachments/assets/fb41680d-55a0-4bfb-9776-f6273178f3d4)
### > {"L":"info","timestamp":"2024-11-26T10:27:34.960+0900","C":"signozschemamigrator/main.go:…
-
Implement Cobra CLI framework to handle function calls straight from the command line. Option for implementing lip gloss is also available with this approach.
### Frameworks
- https://github.com/spf1…
-
### Describe the bug
Panic when checking out a PR.
```plain
$ gh --version
gh version 2.63.0 (2024-11-28)
https://github.com/cli/cli/releases/tag/v2.63.0
```
### Steps to reproduce the be…
-
Hello!
In the cobra.dev website "https://cobra.dev/#using-the-cobra-generator"
in the section "[Using the Cobra Generator](https://cobra.dev/#using-the-cobra-generator)"
This link https://github.…
-
### What happened?
When running `helm upgrade ...` for a certain release, the following error has occurs:
```
$ helm upgrade --debug --install
history.go:53: [debug] getting history for release
…
-
The app is likely supposed to create a database on the first run. Instead, I’m getting this error.
```
1:51PM INF Provided config is valid.
1:51…
-
This CLI was a little confusing to me as long arguments used a single dash instead of two and when using two it didn't give an error. I have had great success with the [Cobra](https://github.com/spf13…