-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Option to list rendering backends #1831
base: master
Are you sure you want to change the base?
Conversation
You are modifying libf3d public API! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1831 +/- ##
=======================================
Coverage 95.64% 95.64%
=======================================
Files 123 123
Lines 9763 9786 +23
=======================================
+ Hits 9338 9360 +22
- Misses 425 426 +1 ☔ View full report in Codecov by Sentry. |
would need to use |
@@ -65,7 +65,7 @@ The third block specifies raytracing usage for .gltf and .glb files. | |||
The last block specifies that volume rendering should be used with .mhd files. | |||
|
|||
The following options <b> cannot </b> be set via config file: | |||
`help`, `version`, `readers-list`, `config`, `dry-run` and `input`. | |||
`help`, `version`, `list-readers`, `config`, `dry-run` and `input`. |
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.
I think list-rendering-backends
and scan-plugins
should be added here
@@ -13,7 +13,7 @@ Options|Default|Description | |||
\-\-no-background||Use with \-\-output to output a png file with a transparent background. | |||
-h, \-\-help||Print *help* and exit. Ignore `--verbose`. | |||
\-\-version||Show *version* information and exit. Ignore `--verbose`. | |||
\-\-readers-list||List available *readers* and exit. Ignore `--verbose`. | |||
\-\-list-readers||List available *readers* and exit. Ignore `--verbose`. |
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.
I'd expect list-bindings and list-rendering-backends to appear in this file
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
Fix #1697
Add information about available rendering backends