mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 08:27:25 +02:00
Parser
- Added alias collection methods.
This commit is contained in:
parent
468da9dcde
commit
6145869f43
2 changed files with 8 additions and 0 deletions
|
@ -187,6 +187,12 @@ Tree* Parser::parse ()
|
|||
return _tree;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Parser::alias (const std::string& name, const std::string& value)
|
||||
{
|
||||
_aliases.insert (std::pair <std::string, std::string> (name, value));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Parser::entity (const std::string& name, const std::string& value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue