#ifndef PUBLIC_HEADER #define PUBLIC_HEADER #include #include struct CmdResult { std::string binary; std::string purpose_dir; std::string ico; std::string category; std::vector lib_dirs; bool valid{false}; int mode{-1}; bool help_{false}; bool only_shell{false}; }; #endif