| 15 | static ProgramArgument& Instance(); |
| 16 | void Parse(int argc, char* argv[]); |
| 17 | [[nodiscard]] bool Help() const { return show_help_;} |
| 18 | [[nodiscard]] bool Version() const { return show_version_;} |
| 19 | |
| 20 | void NonInteractive(bool non_active) {non_interactive_ = non_active;} |