Skip to content

Commit

Permalink
feat: help
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Apr 19, 2023
1 parent 37c6bef commit e009ab8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 0.5.0

### Added

- Display help when starting REPL mode

## 0.4.0

### Added
Expand Down
1 change: 1 addition & 0 deletions ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ func (u *Ui) View() string {
func (u *Ui) startRepl(config *config.Config) tea.Cmd {
return tea.Sequence(
tea.ClearScreen,
tea.Println(u.components.renderer.RenderContent(u.components.renderer.RenderHelpMessage())),
textinput.Blink,
func() tea.Msg {
u.config = config
Expand Down

0 comments on commit e009ab8

Please sign in to comment.