omg
This commit is contained in:
parent
d92ffa4706
commit
d92104eff3
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ func main() {
|
||||||
sourcesans = flag.String("sourcesans", "source.ttf", "Path to source.ttf (Source Sans Pro font)")
|
sourcesans = flag.String("sourcesans", "source.ttf", "Path to source.ttf (Source Sans Pro font)")
|
||||||
macropath = flag.String("macropath", "macros.json", "Path to macros db (JSON)")
|
macropath = flag.String("macropath", "macros.json", "Path to macros db (JSON)")
|
||||||
remindpath = flag.String("remindpath", "reminders.json", "Path to reminder db (JSON)")
|
remindpath = flag.String("remindpath", "reminders.json", "Path to reminder db (JSON)")
|
||||||
remindpath = flag.String("tzpath", "timezones.json", "Path to timezones db (JSON)")
|
tzpath = flag.String("tzpath", "timezones.json", "Path to timezones 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 /)")
|
||||||
talktoken = flag.String("apiai", "@apiai.token", "api.ai token")
|
talktoken = flag.String("apiai", "@apiai.token", "api.ai token")
|
||||||
gapifile = flag.String("gapifile", "gapi.json", "Google API Service Credentials file (for STT)")
|
gapifile = flag.String("gapifile", "gapi.json", "Google API Service Credentials file (for STT)")
|
||||||
|
|
Reference in a new issue