Skip to content
BinaryMuse edited this page Sep 14, 2010 · 9 revisions

Calling moodle-tools Programs

I kind of like the git style of calling programs. For example, instead of using mdl-server param param2, we could use mdl server param param2.

Locating moodle-tools

The --exec-path parameter Git uses is a good idea, including an environment variable. This would make testing easier.

Clone this wiki locally