|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Options for the rux gui subcommand. More...
#include <gui.hpp>

Public Attributes | |
| rux::gui::ServerOptions | server |
| bool | no_browser = false |
| The flag is negative (--no-browser) while the option it controls is positive (open_browser), so it cannot simply bind to that field. | |
Options for the rux gui subcommand.
Holds a rux::gui::ServerOptions rather than restating its fields, so the CLI cannot drift from the library defaults (STANDARDS ยง4). Only genuinely CLI-shaped state lives alongside it.
| bool SubcommandGuiOptions::no_browser = false |
| rux::gui::ServerOptions SubcommandGuiOptions::server |