mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Relocated ::injectDefaults call to after ::findOverrides, and insert a call to ::applyOverりides.
This commit is contained in:
parent
6ccec121c9
commit
216d8bafa5
1 changed files with 2 additions and 1 deletions
|
@ -337,8 +337,9 @@ void CLI::analyze (bool parse /* = true */)
|
|||
|
||||
// Find argument types.
|
||||
aliasExpansion ();
|
||||
injectDefaults ();
|
||||
findOverrides ();
|
||||
applyOverrides ();
|
||||
injectDefaults ();
|
||||
categorize ();
|
||||
|
||||
if (parse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue