mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
CLI2: Static initialization of global settings.
This commit is contained in:
parent
708ddd3804
commit
ca90893216
3 changed files with 3 additions and 3 deletions
|
@ -624,6 +624,7 @@ void Context::getLimits (int& rows, int& lines)
|
|||
void Context::staticInitialization ()
|
||||
{
|
||||
CLI::minimumMatchLength = config.getInteger ("abbreviation.minimum");
|
||||
CLI2::minimumMatchLength = config.getInteger ("abbreviation.minimum");
|
||||
|
||||
Task::defaultProject = config.get ("default.project");
|
||||
Task::defaultDue = config.get ("default.due");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue