- Relocated ::injectDefaults call to after ::findOverrides, and insert a call
  to ::applyOverりides.
This commit is contained in:
Paul Beckingham 2014-11-02 23:39:11 -05:00
parent 6ccec121c9
commit 216d8bafa5

View file

@ -337,8 +337,9 @@ void CLI::analyze (bool parse /* = true */)
// Find argument types.
aliasExpansion ();
injectDefaults ();
findOverrides ();
applyOverrides ();
injectDefaults ();
categorize ();
if (parse)