Use native bubble table

This commit is contained in:
Martin Pander
2026-02-26 20:03:48 +01:00
parent 418bcd96a8
commit 9eda92503e
6 changed files with 826 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ func (tc *TWConfig) GetConfig() map[string]string {
func (tc *TWConfig) Get(key string) string {
if _, ok := tc.config[key]; !ok {
slog.Debug(fmt.Sprintf("Key not found in config: %s", key))
slog.Debug(fmt.Sprintf("Key not found in Taskwarrior config: %s", key))
return ""
}