lootsack-bin-to-csv.1

.Dd $Mdocdate: May 17, 2024 $
.Dt lootsack-bin-to-csv 1
.Os
.Sh NAME
.Nm lootsack-bin-to-csv
.Nd Convert an existing lootsack binary file to the CSV format.
.Sh SYNOPSIS
.Nm lootsack-bin-to-csv
.Op Fl i Ar inputfile
.Op Fl o Ar outputfile
.Sh DESCRIPTION
The
.Nm lootsack-bin-to-csv
program reads the indicated binary file and writes a CSV treasure pile
representation.

.Bl -tag -width Ds
.It Fl i Ar inputfile
The binary file to read as input.
.It Fl o Ar outputfile
Optional path to write the CSV data. If omitted, write to stdout.
.El

.Sh EXIT STATUS
.Nm
will exit with a non-zero value in the event of an error.

.Sh AUTHORS
.An Ron Dahlgren
.Mt ron@sw.gy