Use native bubble table
This commit is contained in:
@@ -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 ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user