c-bata

Results 106 comments of c-bata

No. It is still not supported. mattn is not a maintainer of this project though he is a contributor. You don't need to mention him.

You can complete subcommands like kube-prompt. Please check the implementation for details. https://github.com/c-bata/kube-prompt/blob/c654ccb6120568574b600b134a746d925ee74473/kube/arguments.go#L96

I think it is needed. But currently go-prompt doesn't provide E2E testing tool and I have no idea to test whether rendered properly on Terminal Emulator.

You can persist histories between sessions via [OptionHistory](https://github.com/c-bata/go-prompt/blob/f18d04e87b77754ef9837c1ff6a3f862cff5ef15/option.go#L192-L198). When executor is called, you save a command in something log file you created. And when starting your program, please open a...

As you said, go-prompt doesn't support it now but I wanna add.

Hmm... It's a really difficult. I don't have good and simple solutions to support such usages.

Thank you for using go-prompt. [kube-prompt](https://github.com/c-bata/kube-prompt) allows to use `pipe` like this: ``` >>> get pod | grep web web-1144924021-2spbr 1/1 Running 4 25d web-1144924021-5r1fg 1/1 Running 4 25d web-1144924021-pqmfq...