| 23 | namespace plugins |
| 24 | { |
| 25 | ForceClose::ForceClose() : |
| 26 | ForceCloseTags("Force Close", |
| 27 | "Force the application to close if it has been halted before exiting", |
| 28 | {}, |
| 29 | {}, |
| 30 | {{"force-close", "Force the close of the application if halted before exiting"}}) |
| 31 | { |
| 32 | } |
| 33 | |
| 34 | bool ForceClose::handle_option(std::deque<std::string> &arguments) |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected