ignore: more metadata in app info
This commit is contained in:
parent
d043f67761
commit
59b3268c64
6 changed files with 558 additions and 77 deletions
|
|
@ -49,6 +49,8 @@ func main() {
|
|||
logger := slog.New(slog.NewTextHandler(file, &slog.HandlerOptions{Level: slog.LevelDebug}))
|
||||
slog.SetDefault(logger)
|
||||
|
||||
slog.Debug("TUI launched", "app", appInfo)
|
||||
|
||||
httpClient, err := client.NewClientWithResponses(url)
|
||||
if err != nil {
|
||||
slog.Error("Failed to create client", "error", err)
|
||||
|
|
@ -66,7 +68,6 @@ func main() {
|
|||
|
||||
program := tea.NewProgram(
|
||||
tui.NewModel(app_),
|
||||
// tea.WithColorProfile(colorprofile.ANSI),
|
||||
tea.WithAltScreen(),
|
||||
tea.WithKeyboardEnhancements(),
|
||||
tea.WithMouseCellMotion(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue