opts icon indicating copy to clipboard operation
opts copied to clipboard

node_parse: impelement default argument fallback

Open willfindlay opened this issue 2 years ago • 0 comments

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.

willfindlay avatar Jul 25 '23 18:07 willfindlay