Skip to content
ahonor edited this page Sep 27, 2011 · 9 revisions

Rerun concepts worth noting:

Commands

: A named action with a corresponding script. Command parameters are called options. Each option can take an argument, default value and state if it is required.

Modules

: A construct containing an organized set of Commands and corresponding scripts.

Archives

: An executable self-contained packaged set of Modules and rerun. Archives provide an easy distribution format.

Replay

: A log of a Command execution and its output that can be re-executed or compared to another.

Tests

: A Command unit test executed like a Replay.

Of course, there is the basic notion of command dispatch, but that's the basis for this whole project!

← Development

Clone this wiki locally