better cli args

splashcat-exporter
Rosalina 2023-12-03 17:54:35 -05:00
parent 07ac720d73
commit 5ac9362df9
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ Options:
--profile-path <path>, -p Path to config file (default: ./profile.json) --profile-path <path>, -p Path to config file (default: ./profile.json)
--exporter <exporter>, -e Exporter list to use (default: stat.ink) --exporter <exporter>, -e Exporter list to use (default: stat.ink)
Multiple exporters can be separated by commas Multiple exporters can be separated by commas
(e.g. "stat.ink,file,mongodb") (e.g. "stat.ink,file,mongodb,splashcat")
--list-method When set to "latest", the latest 50 matches will be obtained. --list-method When set to "latest", the latest 50 matches will be obtained.
When set to "all", matches of all modes will be obtained with a maximum of 250 matches (5 modes x 50 matches). When set to "all", matches of all modes will be obtained with a maximum of 250 matches (5 modes x 50 matches).
When set to "auto", the latest 50 matches will be obtained. If 50 matches have not been uploaded yet, matches will be obtained from the list of all modes. When set to "auto", the latest 50 matches will be obtained. If 50 matches have not been uploaded yet, matches will be obtained from the list of all modes.

View File

@ -28,7 +28,7 @@ export type Opts = {
export const DEFAULT_OPTS: Opts = { export const DEFAULT_OPTS: Opts = {
profilePath: "./profile.json", profilePath: "./profile.json",
exporter: "stat.ink", exporter: "stat.ink,splashcat",
noProgress: false, noProgress: false,
monitor: false, monitor: false,
withSummary: false, withSummary: false,