Skip to content

Incorrect value being parsed  #39

@75lb

Description

@75lb

For options with multiple: false and defaultOption: true, the first value parsed should be taken - not the last.

Say you have this option definition:

{ name: 'file', defaultOption:true }

And you run your example app this way:

$ example one.js two.js three.js

Then, in the output file should be set to 'one.js', not 'three.js' (as it is currently).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions