Skip to content
New issue

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

[Feature]: Allow additional args for exodiff function #188

Closed
JTHesse opened this issue Sep 10, 2024 · 2 comments · Fixed by #189
Closed

[Feature]: Allow additional args for exodiff function #188

JTHesse opened this issue Sep 10, 2024 · 2 comments · Fixed by #189

Comments

@JTHesse
Copy link

JTHesse commented Sep 10, 2024

I would like to use the exodiff function with additional arguments.
For example:

exodiff("file1.e", "file2.e"; args=["-ignore maps","..."])

This will allow utilizing more functionalities that are provided by exodiff.

@cmhamel
Copy link
Owner

cmhamel commented Sep 10, 2024

The syntax I added to the referenced PR is the following

exodiff("file1.e", "file2.e", ["-Help"])

it's almost what you suggested but without the keyword argument.

@JTHesse
Copy link
Author

JTHesse commented Sep 11, 2024

Awesome, thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants