mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-26 13:01:08 -05:00
bug
This commit is contained in:
parent
1088bdfe68
commit
878529f07c
@ -106,11 +106,8 @@ bool TerminalParser::Parse()
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (!valid)
|
if (!valid)
|
||||||
{
|
|
||||||
if (!this->Silent)
|
|
||||||
{
|
{
|
||||||
cerr << "This parameter isn't valid: " << text << endl;
|
cerr << "This parameter isn't valid: " << text << endl;
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
x++;
|
x++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user