Command line option to specify serial for generating BINK1998 keys (#33)

* specify pre-set serial on CLI for BINK1998

* fix CLI::printID
This commit is contained in:
Emma
2023-07-04 11:20:17 +01:00
committed by GitHub
parent 9817a83e74
commit de04746c5e
2 changed files with 46 additions and 11 deletions

View File

@@ -89,6 +89,8 @@ struct Options {
std::string instid;
std::string keyToCheck;
int channelID;
bool serialSet;
int serial;
int numKeys;
bool verbose;
bool help;