-
Notifications
You must be signed in to change notification settings - Fork 11
Command Line Options
Freyavf edited this page Aug 11, 2023
·
4 revisions
I expect that the default values are suitable for most users in a wvw setting. I still added a few command line options in case anyone wants to be able to easily change the default behaviour. These options are available for all provided script:
-
-x <xls_output_file>
: Change the file where the output is written to as xls file to<xls_output_file>
. Should be a .xls file. By default, it is written in the input folder in the filetop_stats_detailed.xls
. -
-j <json_output_file>
: Change the file where the output is written to as json file to<output_file>
. Should be a .json file. By default, it is written in the input folder in the file top_stats_detailed.json. -
-l <log_file>
: Change the log file to<log_file>
. Should be a .txt file. By default, it is written in the input folder in the filelog_(detailed/overview).txt
. -
-c <config>
: Change the file where the configuration is read from toparser_configs/<config>.py
. Should be a .py file located in the repository folder under parser_configs. Leave out the folder name and the .py extension in the script call. By default, the config fileparser_configs/parser_config_detailed.py
is used. -
-a
: Anonymize the output. All account and character names in the output will be consistently replaced with numbered values.