]> scripts.mit.edu Git - wizard.git/commitdiff
Update README for new format.
authorEdward Z. Yang <ezyang@mit.edu>
Sat, 27 Jun 2009 01:02:14 +0000 (21:02 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Sat, 27 Jun 2009 01:02:14 +0000 (21:02 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
README

diff --git a/README b/README
index 7eb7289a56be529533365422f448d42cfc808edf..f6c23cd5580f042b56ac89e6cbb7afae3cfeb3dc 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,8 @@ locations:
 - lib/wizard/command/__init__.py
     Add the line "import commandname"
 - lib/wizard/command/commandname.py
-    Implement your command there as commandname()
+    Implement your command there as main(). Copy the function
+    signature and scaffolding from another file; it's non-trivial
 
 Design decision:
 - A mass tool will plow ahead even if the subcommand throws