summaryrefslogtreecommitdiff
path: root/libcult/documentation/TODO-CLI
diff options
context:
space:
mode:
Diffstat (limited to 'libcult/documentation/TODO-CLI')
-rw-r--r--libcult/documentation/TODO-CLI7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcult/documentation/TODO-CLI b/libcult/documentation/TODO-CLI
new file mode 100644
index 0000000..242c0da
--- /dev/null
+++ b/libcult/documentation/TODO-CLI
@@ -0,0 +1,7 @@
+@@ I should not assume that Utility::CommandLine is the only mechanism
+ used to parse command line. Application developer may be using
+ different components that employ different command line parsers.
+ Thus it seem to me that I should use argv/argc as input/output
+ format.
+
+@@ Notion of a default command (e.g., a& --help).