prog-title = "The Amazing Rules Of TAROT -- Rendering";
long-opts;
gnu-usage; /* GNU style preferred to default */
config-header = "config.h";
argument = "[FILES...]";
main = {
main-type = for-each;
handler-proc = "tarot_run";
};
flag = {
name = as-player;
value = p;
descrip = "View the game as this player";
disable = not;
doc = "Set the player from which we view the cards. If not present or disabled, then use the player that were dealt cards in the game. If the game has a deal for all players, then you have to set this option.";