go-console
go-console copied to clipboard
GoConsole: the golang component that eases the creation of beautiful command line interfaces.
When using `question.NewChoices()` and cross-compiling the code for windows when using MacOS, the following error is created: ``` GOOS=windows GOARCH=amd64 go build -o ./build/windows ./cmd/console/main # github.com/DrSmithFr/go-console/question ../../../../go/pkg/mod/github.com/!dr!smith!fr/[email protected]/question/question-helper.go:69:33: cannot use...
Hi, so I'm trying to use the new JSON to Table functionality, and for some reason, when building a script as a `go_console.Command` I get a panic. Here is an...