diff --git a/src/CLI.cpp b/src/CLI.cpp index 455223858..dc6e403e8 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -819,6 +819,8 @@ void CLI::findOverrides () } //////////////////////////////////////////////////////////////////////////////// +// TODO This method should further categorize args into whether or not they are +// extracted by ::getWords. void CLI::categorize () { bool changes = false;