Skip to content

Commit

Permalink
Show notes created at info
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Nikitochkin committed Apr 23, 2020
1 parent 8c37d49 commit 823e8fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/opsgeniecli/opsgeniecli.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ func run() error {
}
fmt.Println(" notes:")
for _, note := range notes {
fmt.Println(" - ", note.Note)
fmt.Println(" - created_at: ", note.CreatedAt)
fmt.Println(" note: ", note.Note)
fmt.Println()
}
fmt.Println("---")
fmt.Println("")
Expand Down

0 comments on commit 823e8fa

Please sign in to comment.