opts
opts copied to clipboard
node_parse: impelement default argument fallback
The parser was previously not setting values specified in the default struct tag in the absence of a supplied argument. This commit changes the behaviour such that the provided default will be used in place of an empty value when a flag is not set.
Fixes #36.