]> scripts.mit.edu Git - wizard.git/blob - README
Convert migrate to logger, and misc refactoring.
[wizard.git] / README
1 To add a new command to wizard, you need to touch the following
2 locations:
3
4 - bin/wizard
5     Add a line describing your command in the helpstring
6 - lib/wizard/command/__init__.py
7     Add the line "import commandname"
8 - lib/wizard/command/commandname.py
9     Implement your command there as commandname()