mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
CLI2: Aliases captured.
- CLI2::alias now captures all alias definitions from Context::Config.
This commit is contained in:
parent
22765a70cb
commit
ec5876d56b
3 changed files with 5 additions and 5 deletions
|
@ -311,13 +311,11 @@ CLI2::~CLI2 ()
|
|||
{
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void CLI2::alias (const std::string& name, const std::string& value)
|
||||
{
|
||||
_aliases.insert (std::pair <std::string, std::string> (name, value));
|
||||
}
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void CLI2::entity (const std::string& category, const std::string& name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue