diff --git a/src/CLI.cpp b/src/CLI.cpp index 009f8697a..884536f53 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -337,8 +337,9 @@ void CLI::analyze (bool parse /* = true */) // Find argument types. aliasExpansion (); - injectDefaults (); findOverrides (); + applyOverrides (); + injectDefaults (); categorize (); if (parse)