mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Context
- Stubbed a ::loadAliases method to stuff the Parser with alias defs.
This commit is contained in:
parent
5b9413b02c
commit
29604d0626
2 changed files with 7 additions and 0 deletions
|
@ -126,6 +126,7 @@ int Context::initialize (int argc, const char** argv)
|
|||
// Dump any existing values and load rc file.
|
||||
config.clear ();
|
||||
config.load (rc_file);
|
||||
loadAliases ();
|
||||
|
||||
// The data location, Context::data_dir, is determined from the assumed
|
||||
// location (~/.task), or set by data.location in the config file, or
|
||||
|
@ -746,6 +747,11 @@ void Context::updateVerbosity ()
|
|||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Context::loadAliases ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Context::header (const std::string& input)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue