-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Add a simple command API #1680
Add a simple command API #1680
Conversation
You are modifying libf3d public API! |
aa4404c
to
fed9629
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1680 +/- ##
==========================================
+ Coverage 96.95% 96.98% +0.02%
==========================================
Files 106 106
Lines 8616 8781 +165
==========================================
+ Hits 8354 8516 +162
- Misses 262 265 +3 ☔ View full report in Codecov by Sentry. |
718ed20
to
31421d7
Compare
58ad394
to
939c20a
Compare
939c20a
to
702d545
Compare
f6f3fc0
to
fad1a46
Compare
fad1a46
to
9821d8b
Compare
- Add a interactor::command API - Add the following commands: - set - toggle - reset - unset - print - many specific commands - Add dedicated documentation - Add python bindings and tests - Fix f3d-app#1685 - Change options::toggle behavior with optional bool - Add tests - Add triggerCommand binding for java and wasm
Needed for:
Other things to do:
--command-script
: Add a--command-script
CLI option #1694