CLI
- Relocated ::injectDefaults call to after ::findOverrides, and insert a call to ::applyOverりides.
This commit is contained in:
@@ -337,8 +337,9 @@ void CLI::analyze (bool parse /* = true */)
|
||||
|
||||
// Find argument types.
|
||||
aliasExpansion ();
|
||||
injectDefaults ();
|
||||
findOverrides ();
|
||||
applyOverrides ();
|
||||
injectDefaults ();
|
||||
categorize ();
|
||||
|
||||
if (parse)
|
||||
|
||||
Reference in New Issue
Block a user