Skip to content

Document dotted notation and expand tests #67

@shadowspawn

Description

@shadowspawn

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions