We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-i
-x
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".
-i FIELDS
-x FIELDS
ecslog -i foo -i bar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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".The text was updated successfully, but these errors were encountered: