We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Trying to create shell completions for squealer it panics.
To Reproduce Steps to reproduce the behavior:
./squealer.linux.amd64 completion INFO[0000] Using a git scanner to process completion panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x8c60f7] goroutine 1 [running]: github.com/owenrumney/squealer/internal/app/squealer/cmd.getScanner(0xc0000b4960, {0x7ffdad5610b5, 0xa}) /home/runner/work/squealer/squealer/internal/app/squealer/cmd/root.go:90 +0x2f7 github.com/owenrumney/squealer/internal/app/squealer/cmd.squeal(0xc000150000, {0xc00012ee10, 0x1, 0x1}) /home/runner/work/squealer/squealer/internal/app/squealer/cmd/root.go:53 +0xe8 github.com/spf13/cobra.(*Command).execute(0xc000150000, {0xc0000b8010, 0x1, 0x1}) /home/runner/work/squealer/squealer/vendor/github.com/spf13/cobra/command.go:856 +0x60e github.com/spf13/cobra.(*Command).ExecuteC(0xc000150000) /home/runner/work/squealer/squealer/vendor/github.com/spf13/cobra/command.go:974 +0x3bc github.com/spf13/cobra.(*Command).Execute(...) /home/runner/work/squealer/squealer/vendor/github.com/spf13/cobra/command.go:902 main.main() /home/runner/work/squealer/squealer/cmd/squealer/main.go:11 +0x7f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Trying to create shell completions for squealer it panics.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: