Skip to content

Conversation

@dipanshuhappy
Copy link
Contributor

Motivation

Resolvs #12385

Solution

Basically I changed it field to fields, type to Vec<String>. Then loops over the fields and appends the output to the final std out stream.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Comment on lines 382 to 383
#[arg(short, long,num_args = 1..,action = ArgAction::Append,value_delimiter = ',')]
fields: Vec<String>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make sure this is renamed to --field in cast using long = "field" so this is not breaking

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, on it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make sure this is renamed to --field in cast using long = "field" so this is not breaking

Pushed the change

@onbjerg onbjerg self-assigned this Nov 3, 2025
@dipanshuhappy dipanshuhappy requested a review from onbjerg November 9, 2025 09:09
Copy link
Collaborator

@grandizzy grandizzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix failing tests, thank you

@dipanshuhappy
Copy link
Contributor Author

Please fix failing tests, thank you

Thanks for letting me know on that, I had the assumption that I shouldn't edit existing test cases, but I have pushed some 2 edited test cases, that were failing due to whitespace.

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

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants