Based on my [apcore installation experience](https://gist.github.com/aschrijver/c1f8775e8b0332d1791fa0df10c7b43c) I created a list of CLI improvements to PR: - [x] Improve Moo text balloon - [x] Add space after each CLI question (update: known bug https://github.com/manifoldco/promptui/issues/116) - [x] ~~Add URL of installation tutorial to output~~ (not doing: needs `site` / docs update) - [x] ~~Rename the generated binary to `gofed-apcore-example`~~ (not doing, use command line or build script) - [x] ~~Fix repeating prompt Label~~ (not doing: known bug, unfixed https://github.com/manifoldco/promptui/issues/122) - [x] Retain the Label after choosing from a Select prompt - [x] Fix bell sound on backspace + cursor movement (update: known bug https://github.com/manifoldco/promptui/issues/49) - [x] Needs update of promptui from `v0.3.2` to `v0.8.0` - [ ] Needs fix of race condition introduced after `v0.4.0` (PR issued: https://github.com/manifoldco/promptui/pull/169) Pending the last item, I keep the changes in local [cli-improvements](https://github.com/aschrijver/apcore/tree/cli-improvements) branch for now.
Based on my apcore installation experience I created a list of CLI improvements to PR:
Add URL of installation tutorial to output(not doing: needssite/ docs update)Rename the generated binary to(not doing, use command line or build script)gofed-apcore-exampleFix repeating prompt Label(not doing: known bug, unfixed Label get repeated on a keyboard stroke manifoldco/promptui#122)v0.3.2tov0.8.0v0.4.0(PR issued: Fix race conditions as mentioned in #148 manifoldco/promptui#169)Pending the last item, I keep the changes in local cli-improvements branch for now.