From b89fe446b4d6a5197d42931cfb044526d63a56d7 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 7 Jun 2015 10:10:39 -0400 Subject: [PATCH] CLI: Documented need for further categorization. --- src/CLI.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;