Command Line Interface¶
Using Hexon¶
Usage: hexon [OPTIONS] TYPE:{rect|hex}
Arguments:
- type: one of
rectorhex[required]
Options:
--output -o PATHOutput file--png-output -p PATHPNG output file--radius -r INTEGERRadius for hex map [default: 1]--width -w INTEGERWidth for rect map [default: 6]--height -h INTEGERHeight for rect map [default: 4]--hex-size -s INTEGERHex size [default: 10]--orientation -O [pointy|flat]Orientation of the hexagons.pointy: pointy corner up,flat: flat side up [default: pointy]--helpShow this message and exit.