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.
|
// Find argument types.
|
||||||
aliasExpansion ();
|
aliasExpansion ();
|
||||||
injectDefaults ();
|
|
||||||
findOverrides ();
|
findOverrides ();
|
||||||
|
applyOverrides ();
|
||||||
|
injectDefaults ();
|
||||||
categorize ();
|
categorize ();
|
||||||
|
|
||||||
if (parse)
|
if (parse)
|
||||||
|
|||||||
Reference in New Issue
Block a user