Open
Description
opened on Jun 14, 2024
Minimist supports a dotted notation which is currently undocumented and largely untested (other than regression tests for the CVE problems introduced by the feature!).
% node index.js --foo.bar=3
{ _: [], flag: false, f: false, foo: { bar: 3 } }
Related yargs documentation:
Metadata
Assignees
Labels
No labels
Activity