summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index cb03c26..9fa104c 100644
--- a/README.rst
+++ b/README.rst
@@ -25,5 +25,7 @@ To do
to manage transactions
- switch setup/teardown functions in app to use some sort of context
manager?
-- interactive shell mode
- add options to csv formatter to control output (delimiter, etc.)
+- option to spit out bash completion data
+- move command execution into a separate class to be used by App and
+ InteractiveApp?