mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Simplify CLI2::get* methods. allow rc=...
This commit is contained in:
parent
8514071f19
commit
d2b1662a39
2 changed files with 41 additions and 43 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue