mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Alias
- Removed last traces of Alias object.
This commit is contained in:
parent
bc24d107d5
commit
a91d6227f8
4 changed files with 12 additions and 28 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
|
||||
void findBinary ();
|
||||
void resolveAliases ();
|
||||
void findOverrides ();
|
||||
void findCommand ();
|
||||
void findIdSequence ();
|
||||
|
@ -68,7 +69,6 @@ public:
|
|||
|
||||
private:
|
||||
void findTerminator ();
|
||||
void resolveAliases ();
|
||||
void findPattern ();
|
||||
void findSubstitution ();
|
||||
void findTag ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue