|
|
|
@ -17,7 +17,7 @@ import (
|
|
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
var (
|
|
|
|
dataPath = flag.String("datapath", "./data", "Path to your custom 'data' directory")
|
|
|
|
dataPath = flag.String("datapath", "./data", "Path to your custom 'data' directory")
|
|
|
|
outputName = flag.String("outputname", "dlc.dat", "Directory to place all generated files")
|
|
|
|
outputName = flag.String("outputname", "dlc.dat", "Name of the generated dat file")
|
|
|
|
outputDir = flag.String("outputdir", "./", "Directory to place all generated files")
|
|
|
|
outputDir = flag.String("outputdir", "./", "Directory to place all generated files")
|
|
|
|
exportLists = flag.String("exportlists", "", "Lists to be flattened and exported in plaintext format, separated by ',' comma")
|
|
|
|
exportLists = flag.String("exportlists", "", "Lists to be flattened and exported in plaintext format, separated by ',' comma")
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|