Skip to content

multiple -i and -x fields should accumulate #25

@trentm

Description

@trentm

Currently if -i FIELDS is used multiple times, then the FIELDS from the last one win. Ditto for -x FIELDS. I think they should accumulate (as I do in node.js with https://github.com/trentm/node-dashdash/blob/master/examples/custom-option-arrayOfCommaSepString.js). I.e. ecslog -i foo -i bar should include both "foo" and "bar" fields, not just "bar".

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