Update cli.h

This commit is contained in:
TheTank20
2023-09-02 11:37:38 -04:00
committed by GitHub
parent 0d016b8872
commit 09842ace12

View File

@@ -67,6 +67,7 @@ struct Options {
bool help; bool help;
bool error; bool error;
bool list; bool list;
bool nonewlines;
MODE applicationMode; MODE applicationMode;
ACTIVATION_ALGORITHM activationMode; ACTIVATION_ALGORITHM activationMode;