mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Timew: Added note about config to rules migration
This commit is contained in:
parent
b4adbd9d70
commit
0043737767
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@ int main (int argc, const char** argv)
|
|||
try
|
||||
{
|
||||
// Load the configuration, prepare the database, but do not read data.
|
||||
// TODO Rules will eventually phase out Configuration.
|
||||
Configuration configuration;
|
||||
Database database;
|
||||
initializeData (configuration, database, log);
|
||||
|
@ -83,6 +84,7 @@ int main (int argc, const char** argv)
|
|||
*/
|
||||
|
||||
// Load the rules.
|
||||
// TODO Rules will eventually phase out Configuration.
|
||||
Rules rules;
|
||||
initializeRules (configuration, rules, log);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue