summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-28 18:26:31 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-28 19:37:22 -0400
commitb17d091258ab2d637f6c2b2d79ecd16e3df771d2 (patch)
tree4a2661400d7cd0d14694fb321922f418394d2b4f /README.rst
parentf63bb5962635b0639bed283c2eb787dd7f36f6c9 (diff)
downloadcliff-tablib-b17d091258ab2d637f6c2b2d79ecd16e3df771d2.tar.gz
first pass at interactive app
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?