Open clagraff opened 7 years ago
Cannot set an Option to use the Append or AppendConst action because when the Namespace for the parser is initialized, it will use a string type for the value, instead of a []string as would be required for the Append-actions to work.
Append
AppendConst
string
[]string
Cannot set an Option to use the
Append
orAppendConst
action because when the Namespace for the parser is initialized, it will use astring
type for the value, instead of a[]string
as would be required for theAppend
-actions to work.