mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-23 13:48:42 -05:00
fix
This commit is contained in:
@@ -438,6 +438,10 @@ func (ap *ArgParser) parseToken(args []string, index int, positionalArgs []strin
|
||||
}
|
||||
}
|
||||
|
||||
if value == nil {
|
||||
value = new(string)
|
||||
}
|
||||
|
||||
namedArgs[opt.Name] = *value
|
||||
return index, positionalArgs, namedArgs, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user