implementing -I, -s and reset

This commit is contained in:
j3d1 2016-01-27 23:54:19 +01:00
parent a42a0aa8ce
commit 164edcdad9
8 changed files with 251 additions and 111 deletions

View file

@ -120,6 +120,7 @@ struct Options {
bool HEADER;
bool PERMANENT;
bool WAIT;
bool INTERACTIVE;
} flags;
std::string user;
std::string password;