Skip to content

Commit

Permalink
exotui: show help command on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
neutralinsomniac committed Apr 3, 2020
1 parent ced50b2 commit 26a4176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/exotui/exotui.go
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ func main() {

scanner := bufio.NewScanner(os.Stdin)
programState.scanner = scanner
programState.lastError = "enter '?' for help"
programState.RenderMain()

for scanner.Scan() {
Expand Down

0 comments on commit 26a4176

Please sign in to comment.