mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
A3t
- Renamed resolve_aliases to findAliases, for a better fit. - Partially implemented findAliases.
This commit is contained in:
parent
6ad9ef78ba
commit
f439cd4813
3 changed files with 23 additions and 42 deletions
|
@ -152,7 +152,7 @@ int Context::initialize (int argc, const char** argv)
|
|||
// Handle Aliases.
|
||||
loadAliases ();
|
||||
a3.resolve_aliases ();
|
||||
a3t.resolve_aliases ();
|
||||
a3t.findAliases ();
|
||||
|
||||
// Initialize the color rules, if necessary.
|
||||
if (color ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue