NAME

Game::CharacterSheetGenerator::Command::random

SYNOPSIS

character-sheet-generator random [language] [format] [key=value ...]
character-sheet-generator random help

DESCRIPTION

This prints a random character SVG document to STDOUT.

character-sheet-generator random > test.svg

OPTIONS

The supported languages are en and de. English is the default.

The supported formats are SVG and text. SVG is the default.

You can provide additional key-value pairs:

``` script/character-sheet-generator random de text name=Alex ```

help prints the man page.