Util+Test: Add support for '--' to enable non-option mode
This commit is contained in:
@@ -60,6 +60,7 @@ private:
|
||||
bool parseLongOption(std::string_view option, std::string_view next);
|
||||
|
||||
int m_optionIndex { 1 };
|
||||
bool m_nonOptionMode { false };
|
||||
bool m_exitOnFirstError { true };
|
||||
bool m_errorMessages { true };
|
||||
// TODO: Implement this, maybe combine with error messages flag, enum class? or bitfield
|
||||
|
||||
Reference in New Issue
Block a user