David Martin
David Martin
This PR fixes issue https://github.com/spf13/cobra/issues/1346
Hey guys, this fix has been here for quite a while without review, is there a chance someone can have a look at it ? I'd be happy to amend...
I have added a runtime stack trace , when the https://github.com/AlecAivazis/survey/blob/c79c4a988cde2621cf87a59265233ed7e9e0b63e/terminal/cursor.go#L49 function is called ``` runtime/debug.Stack(0x24, 0x0, 0x0) /usr/local/Cellar/go/1.15.3/libexec/src/runtime/debug/stack.go:24 +0x9f runtime/debug.PrintStack() /usr/local/Cellar/go/1.15.3/libexec/src/runtime/debug/stack.go:16 +0x25 github.com/AlecAivazis/survey/v2/terminal.(*Cursor).PreviousLine(0xc0001e57e0, 0x1) /Users/dmartin/go/src/github.com/AlecAivazis/survey/terminal/cursor.go:58 +0x157 github.com/AlecAivazis/survey/v2.(*Renderer).resetPrompt(0xc0001d4000, 0x1) /Users/dmartin/go/src/github.com/AlecAivazis/survey/renderer.go:115...
- deploy: We could add a note to say, you need to have access to your kubernetes cluster with Kubectl . pointing to the official Kubernetes doc https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/ but definitely...