Add default for GAPI credential file
This commit is contained in:
parent
4d06d56d96
commit
11e1b9cd75
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ func main() {
|
||||||
macropath = flag.String("macropath", "macros.json", "Path to macros db (JSON)")
|
macropath = flag.String("macropath", "macros.json", "Path to macros db (JSON)")
|
||||||
proverbi = flag.String("proverbi", "proverbi.txt", "Path to proverbi pairs (separated by /)")
|
proverbi = flag.String("proverbi", "proverbi.txt", "Path to proverbi pairs (separated by /)")
|
||||||
wittoken = flag.String("wit", "", "Wit.ai token")
|
wittoken = flag.String("wit", "", "Wit.ai token")
|
||||||
gapifile = flag.String("gapi", "", "Google API Service Credentials file")
|
gapifile = flag.String("gapi", "gapi.json", "Google API Service Credentials file")
|
||||||
disable := flag.String("disable", "", "Blacklist mods (separated by comma)")
|
disable := flag.String("disable", "", "Blacklist mods (separated by comma)")
|
||||||
enable := flag.String("enable", "", "Whitelist mods (separated by comma)")
|
enable := flag.String("enable", "", "Whitelist mods (separated by comma)")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
Reference in a new issue