Skip to content

Commit

Permalink
parse: refactor the parser
Browse files Browse the repository at this point in the history
Thank you so much @lapinozz (https://github.com/lapinozz) for the incredible help :D
  • Loading branch information
Toni500github committed Oct 20, 2024
1 parent 333d0e9 commit b43f160
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 511 deletions.
3 changes: 2 additions & 1 deletion include/parse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ struct parse_args_t
std::string& pureOutput;
const Config& config;
const colors_t& colors;
const bool& parsingLayout;
const bool parsingLayout;
bool& firstrun_noclr;
};

/* Parse input, in-place, with data from systemInfo.
Expand Down
Loading

0 comments on commit b43f160

Please sign in to comment.