Update cli.h

This commit is contained in:
pottzman
2023-08-10 16:45:50 +10:00
committed by GitHub
parent 152c03456c
commit e4058ddf19

View File

@@ -52,6 +52,7 @@ struct Options {
int channelID; int channelID;
int serial; int serial;
int numKeys; int numKeys;
bool upgrade;
bool serialSet; bool serialSet;
bool verbose; bool verbose;
bool help; bool help;