Archiver Initial

This commit is contained in:
IlyaShurupov 2023-07-25 18:47:00 +03:00 committed by IlushaShurupov
parent 01ba8160ef
commit 3575cbc543
25 changed files with 652 additions and 124 deletions

View file

@ -67,7 +67,7 @@ namespace tp {
operator bool() { return mDescr != nullptr; }
} mError;
CommandLine(const init_list<Arg>& args);
CommandLine(const InitialierList<Arg>& args);
~CommandLine();
void resetError() { mError.mDescr = nullptr; }