Archiver Initial
This commit is contained in:
parent
4a5877784b
commit
31e420b311
25 changed files with 652 additions and 124 deletions
|
|
@ -93,7 +93,7 @@ CommandLine::Arg::~Arg() {
|
|||
}
|
||||
}
|
||||
|
||||
CommandLine::CommandLine(const init_list<Arg>& args) {
|
||||
CommandLine::CommandLine(const InitialierList<Arg>& args) {
|
||||
bool optional_start = false;
|
||||
|
||||
for (auto& arg : args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue