adjusted log format

This commit is contained in:
Luxferre
2026-03-22 12:50:34 +02:00
parent 7647be8bf6
commit a13aa8066a
3 changed files with 28 additions and 1 deletions
+2
View File
@@ -4,6 +4,7 @@ import (
"context"
"fmt"
"log"
"os"
"strings"
"github.com/charmbracelet/bubbles/textarea"
@@ -417,6 +418,7 @@ func (m model) View() string {
}
func main() {
sidekick.SetupLogging(os.Stderr)
if _, err := tea.NewProgram(initialModel(), tea.WithAltScreen()).Run(); err != nil {
log.Fatal(err)
}