summaryrefslogtreecommitdiff
path: root/demoapp
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 22:20:17 -0700
committerDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 22:20:17 -0700
commit417c4f7bac78450d4f00ae19e0efafd267bc6fbb (patch)
treed0a6d7827ea18b347eb805d14a139be30a0f369f /demoapp
parente5c6c4c918484c6bb422cbeb8f0af329e4c706fd (diff)
downloadcliff-tablib-417c4f7bac78450d4f00ae19e0efafd267bc6fbb.tar.gz
replace default --help processor with one that includes the list of subcommands available
Diffstat (limited to 'demoapp')
-rw-r--r--demoapp/cliffdemo/simple.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/demoapp/cliffdemo/simple.py b/demoapp/cliffdemo/simple.py
index 4416814..ccfd7ef 100644
--- a/demoapp/cliffdemo/simple.py
+++ b/demoapp/cliffdemo/simple.py
@@ -3,6 +3,7 @@ from cliff.command import Command
class Simple(Command):
+ "A simple command that prints a message."
def run(self, parsed_args):
print 'hi!'