mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Moved from argc/argv to args
This commit is contained in:
parent
00728b9f77
commit
249881347a
3 changed files with 33 additions and 22 deletions
|
@ -93,7 +93,7 @@ int main (int argc, const char** argv)
|
|||
initializeExtensions (configuration, extensions, log);
|
||||
|
||||
// Dispatch to commands.
|
||||
status = dispatchCommand (argc, argv, configuration, database, rules, extensions, log);
|
||||
status = dispatchCommand (args, configuration, database, rules, extensions, log);
|
||||
}
|
||||
|
||||
catch (const std::string& error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue