Enhance GetNativeValue

This commit is contained in:
cutelisp
2025-06-29 09:36:56 +01:00
committed by Dmytro Maluka
parent 55a553041b
commit 3a7705a090
4 changed files with 17 additions and 15 deletions

View File

@@ -317,7 +317,7 @@ func main() {
// flag options
for k, v := range optionFlags {
if *v != "" {
nativeValue, err := config.GetNativeValue(k, config.DefaultAllSettings()[k], *v)
nativeValue, err := config.GetNativeValue(k, *v)
if err != nil {
screen.TermMessage(err)
continue