mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Override detection and extraction.
This commit is contained in:
parent
c73e864cdd
commit
226c143922
2 changed files with 34 additions and 3 deletions
|
@ -40,12 +40,15 @@ public:
|
|||
void initialize (int, const char**);
|
||||
|
||||
private:
|
||||
void extractOverrides ();
|
||||
|
||||
private:
|
||||
public:
|
||||
std::multimap <std::string, std::string> _entities;
|
||||
std::map <std::string, std::string> _aliases;
|
||||
std::string _program;
|
||||
std::vector <std::string> _args;
|
||||
std::string _rc;
|
||||
std::map <std::string, std::string> _overrides;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue