NAME
war - break one big decision into lots of little decisions
SYNOPSIS
war [-h|--help] [--man] [--version]
war <sourcefile>
DESCRIPTION
Imagine you're at a department store, trying to choose one china pattern out of a dozen or more alternatives. How do you do it? If none stands out as the clear winner, you might apply a process of elimination to your choices, until a winner emerges.
This application applies a process similar to that described above: first, the set of alternatives is defined. Then the alternatives are presented pairwise to the user, who chooses one "winner" from each pair. The process continues until an unambiguous ordering of the alternatives is known.
OPTIONS
- -h, --help
-
Shows simple command-line options.
- --man
-
Shows detailed script information.
- --version
-
Shows the current script version.
<sourcefile>
-
A text file containing the items to be ranked. Blank lines are ignored, as well as lines starting with the
#
character.
SEE ALSO
AUTHOR
John Trammell, <johntrammell [at] gmail.com>