[common] option: add preset-only options that don't show up in help

This commit is contained in:
Quantum
2021-08-30 04:17:04 -04:00
committed by Geoffrey McRae
parent 8a2ae6860e
commit 44850f1699
2 changed files with 12 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ struct Option
char * name;
char * description;
const char shortopt;
bool preset;
enum OptionType type;
union