-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
Added command script and relevant script file processing #1734
Added command script and relevant script file processing #1734
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes needed, please also update the doc in doc/user
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small changes needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes needed by CI (you can check it yourself :) )
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1734 +/- ##
==========================================
- Coverage 96.97% 95.71% -1.27%
==========================================
Files 110 118 +8
Lines 8872 9349 +477
==========================================
+ Hits 8604 8948 +344
- Misses 268 401 +133 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one last change needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Addressing Issue #1694, added --command-script CLI option.
Includes adding a CLI option in F3DOptionsTools.cxx called
--command-script
Added the CLI option in F3DOptionsTools.h
In F3DStarter.cxx, implemented relevant code to process the provided file and utilized
interactor::triggerCommand
to trigger the commands.Added relevant comments/documentation along with a commandScript test.