Style forms; [WIP] Draw table
This commit is contained in:
@ -16,6 +16,10 @@ func NewConfig(config []string) *TWConfig {
|
||||
}
|
||||
}
|
||||
|
||||
func (tc *TWConfig) GetConfig() map[string]string {
|
||||
return tc.config
|
||||
}
|
||||
|
||||
func (tc *TWConfig) Get(key string) string {
|
||||
if _, ok := tc.config[key]; !ok {
|
||||
slog.Debug(fmt.Sprintf("Key not found in config: %s", key))
|
||||
|
||||
Reference in New Issue
Block a user