Simplify CLI2::get* methods. allow rc=...
This commit is contained in:
@@ -60,8 +60,8 @@ class CLI2
|
||||
public:
|
||||
static int minimumMatchLength;
|
||||
|
||||
static void getOverride (int, const char**, std::string&, File&);
|
||||
static void getDataLocation (int, const char**, Path&);
|
||||
static bool getOverride (int, const char**, std::string&, File&);
|
||||
static bool getDataLocation (int, const char**, Path&);
|
||||
static void applyOverrides (int, const char**);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user