Skip to content

Commit

Permalink
Process basic file, password and keyfile command line parameters
Browse files Browse the repository at this point in the history
Resolves #1358, resolves #1533, resolves #1600
  • Loading branch information
phoerious committed Mar 3, 2018
1 parent ee8499f commit ea5c6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ int main(int argc, char** argv)
static QTextStream in(stdin, QIODevice::ReadOnly);
password = in.readLine();
}
mainWindow.openDatabase(filename, password, parser.value(keyfileOption));
}
}

Expand Down

0 comments on commit ea5c6c1

Please sign in to comment.