Skip to content

Document dotted notation and expand tests #67

Open
@shadowspawn

Description

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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